#2A7020

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

Shades of Japanese Laurel #2A7020

Tints of Japanese Laurel #2A7020

Color information

#2A7020 (or 0x2A7020) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 70 and 20. RGB value is (42,112,32). Sum of RGB (Red+Green+Blue) = 42+112+32=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7020 is #D58FDF. Grayscale: #525252. Windows color (decimal): -13996000 or 2125866. OLE color: 2125866.

HSL color Cylindrical-coordinate representation of color #2A7020: hue angle of 112.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7020 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB4211232-
CMYK0.6200.710.56
HSL112.5º55.56%28.24%-
HSV(B)112.5º71.43%43.92%-
XYZ7.0112.183.35-
YUV81.9599.8199.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 112 (44.14% from 255) = 60.22%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=22.58%
G=60.22%
B=17.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42112320.6200.710.56112.555.5628.24
Hex2A70203E0473870381c
Octal5216040760107701607034
Binary101010111000010000011111001000111111000111000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,32); }

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

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

 a { background-color: rgb(42,112,32); }

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

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

 span { border-color: rgb(42,112,32); }

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