#2F7E33

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

Shades of Japanese Laurel #2F7E33

Tints of Japanese Laurel #2F7E33

Color information

#2F7E33 (or 0x2F7E33) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 7E and 33. RGB value is (47,126,51). Sum of RGB (Red+Green+Blue) = 47+126+51=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7E33 is #D081CC. Grayscale: #5E5E5E. Windows color (decimal): -13664717 or 3374639. OLE color: 3374639.

HSL color Cylindrical-coordinate representation of color #2F7E33: hue angle of 123.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7E33 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB4712651-
CMYK0.6300.600.51
HSL123.04º45.66%33.92%-
HSV(B)123.04º62.7%49.41%-
XYZ9.2315.775.69-
YUV93.83103.8394.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 126 (49.61% from 255) = 56.25%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=20.98%
G=56.25%
B=22.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47126510.6300.600.51123.0445.6633.92
Hex2F7E333F03C337b2e22
Octal571766377074631735642
Binary101111111111011001111111101111001100111111011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,126,51); }

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

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

 a { background-color: rgb(47,126,51); }

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

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

 span { border-color: rgb(47,126,51); }

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