#2F722A

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

Shades of Japanese Laurel #2F722A

Tints of Japanese Laurel #2F722A

Color information

#2F722A (or 0x2F722A) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 72 and 2A. RGB value is (47,114,42). Sum of RGB (Red+Green+Blue) = 47+114+42=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #2F722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F722A is #D08DD5. Grayscale: #555555. Windows color (decimal): -13667798 or 2781743. OLE color: 2781743.

HSL color Cylindrical-coordinate representation of color #2F722A: hue angle of 115.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F722A is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB4711442-
CMYK0.5900.630.55
HSL115.83º46.15%30.59%-
HSV(B)115.83º63.16%44.71%-
XYZ7.6112.814.26-
YUV85.76103.3100.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.15%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=23.15%
G=56.16%
B=20.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114420.5900.630.55115.8346.1530.59
Hex2F722A3B03F37742e1f
Octal571625273077671645637
Binary10111111100101010101110110111111110111111010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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