#2F7127

Color #2F7127 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2F7127

Tints of Japanese Laurel #2F7127

Color information

#2F7127 (or 0x2F7127) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 71 and 27. RGB value is (47,113,39). Sum of RGB (Red+Green+Blue) = 47+113+39=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7127 is #D08ED8. Grayscale: #555555. Windows color (decimal): -13668057 or 2584879. OLE color: 2584879.

HSL color Cylindrical-coordinate representation of color #2F7127: hue angle of 113.51º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7127 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB4711339-
CMYK0.5800.650.56
HSL113.51º48.68%29.8%-
HSV(B)113.51º65.49%44.31%-
XYZ7.4412.563.95-
YUV84.83102.13101.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 23.62%
GREEN value IS 113 (44.53% from 255) = 56.78%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=23.62%
G=56.78%
B=19.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47113390.5800.650.56113.5148.6829.8
Hex2F71273A0413872311e
Octal5716147720101701626136
Binary101111111000110011111101001000001111000111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7127; }

 p { color: rgb(47,113,39); }

 H1.HeaderClassName
 {
   color: #2F7127;
 }
 .AnyTagClassName
 {
   color: #2F7127;
 }
</style>
background-color css

<style>
 a { background-color: #2F7127; }

 a { background-color: rgb(47,113,39); }

 div.DivClassName
 {
   background-color: #2F7127;
 }
 .BgClassName
 {
   background-color: #2F7127;
 }
</style>
border-color css

<style>
 span { border-color: #2F7127; }

 span { border-color: rgb(47,113,39); }

 td.TdClassName
 {
   border-color: #2F7127;
 }
 .TagClassName
 {
   border-color: #2F7127;
 }
</style>