#2F6E2A

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

Shades of Japanese Laurel #2F6E2A

Tints of Japanese Laurel #2F6E2A

Color information

#2F6E2A (or 0x2F6E2A) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 6E and 2A. RGB value is (47,110,42). Sum of RGB (Red+Green+Blue) = 47+110+42=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E2A is #D091D5. Grayscale: #535353. Windows color (decimal): -13668822 or 2780719. OLE color: 2780719.

HSL color Cylindrical-coordinate representation of color #2F6E2A: hue angle of 115.59º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F6E2A is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB4711042-
CMYK0.5700.620.57
HSL115.59º44.74%29.8%-
HSV(B)115.59º61.82%43.14%-
XYZ7.1711.924.11-
YUV83.41104.63102.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.62%
GREEN value IS 110 (43.36% from 255) = 55.28%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=23.62%
G=55.28%
B=21.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110420.5700.620.57115.5944.7429.8
Hex2F6E2A3903E39742d1e
Octal571565271076711645536
Binary10111111011101010101110010111110111001111010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,42); }

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

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

 a { background-color: rgb(47,110,42); }

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

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

 span { border-color: rgb(47,110,42); }

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