#2F7727

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

Shades of Japanese Laurel #2F7727

Tints of Japanese Laurel #2F7727

Color information

#2F7727 (or 0x2F7727) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 77 and 27. RGB value is (47,119,39). Sum of RGB (Red+Green+Blue) = 47+119+39=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7727 is #D088D8. Grayscale: #585858. Windows color (decimal): -13666521 or 2586415. OLE color: 2586415.

HSL color Cylindrical-coordinate representation of color #2F7727: hue angle of 114º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F7727 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB4711939-
CMYK0.6100.670.53
HSL114º50.63%30.98%-
HSV(B)114º67.23%46.67%-
XYZ8.1413.944.18-
YUV88.35100.1598.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=22.93%
G=58.05%
B=19.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119390.6100.670.5311450.6330.98
Hex2F77273D0433572331f
Octal5716747750103651626337
Binary101111111011110011111110101000011110101111001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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