#2A7922

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

Shades of Japanese Laurel #2A7922

Tints of Japanese Laurel #2A7922

Color information

#2A7922 (or 0x2A7922) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 79 and 22. RGB value is (42,121,34). Sum of RGB (Red+Green+Blue) = 42+121+34=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7922 is #D586DD. Grayscale: #575757. Windows color (decimal): -13993694 or 2259242. OLE color: 2259242.

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

Color convert

RGB4212134-
CMYK0.6500.720.53
HSL114.48º56.13%30.39%-
HSV(B)114.48º71.9%47.45%-
XYZ8.0814.283.84-
YUV87.4697.8395.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.32%
GREEN value IS 121 (47.66% from 255) = 61.42%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=21.32%
G=61.42%
B=17.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121340.6500.720.53114.4856.1330.39
Hex2A7922410483572381e
Octal52171421010110651627036
Binary1010101111001100010100000101001000110101111001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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