#2A7931

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

Shades of Japanese Laurel #2A7931

Tints of Japanese Laurel #2A7931

Color information

#2A7931 (or 0x2A7931) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 79 and 31. RGB value is (42,121,49). Sum of RGB (Red+Green+Blue) = 42+121+49=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7931 is #D586CE. Grayscale: #595959. Windows color (decimal): -13993679 or 3242282. OLE color: 3242282.

HSL color Cylindrical-coordinate representation of color #2A7931: hue angle of 125.32º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7931 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB4212149-
CMYK0.6500.600.53
HSL125.32º48.47%31.96%-
HSV(B)125.32º65.29%47.45%-
XYZ8.3514.395.24-
YUV89.17105.3394.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 121 (47.66% from 255) = 57.08%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=19.81%
G=57.08%
B=23.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121490.6500.600.53125.3248.4731.96
Hex2A79314103C357d3020
Octal5217161101074651756040
Binary1010101111001110001100000101111001101011111101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,121,49); }

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

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

 a { background-color: rgb(42,121,49); }

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

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

 span { border-color: rgb(42,121,49); }

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