#2A7126

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

Shades of Japanese Laurel #2A7126

Tints of Japanese Laurel #2A7126

Color information

#2A7126 (or 0x2A7126) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 71 and 26. RGB value is (42,113,38). Sum of RGB (Red+Green+Blue) = 42+113+38=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7126 is #D58ED9. Grayscale: #535353. Windows color (decimal): -13995738 or 2519338. OLE color: 2519338.

HSL color Cylindrical-coordinate representation of color #2A7126: hue angle of 116.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7126 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB4211338-
CMYK0.6300.660.56
HSL116.8º49.67%29.61%-
HSV(B)116.8º66.37%44.31%-
XYZ7.2112.443.86-
YUV83.22102.4898.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 113 (44.53% from 255) = 58.55%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=21.76%
G=58.55%
B=19.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42113380.6300.660.56116.849.6729.61
Hex2A71263F0423875321e
Octal5216146770102701656236
Binary101010111000110011011111101000010111000111010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,38); }

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

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

 a { background-color: rgb(42,113,38); }

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

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

 span { border-color: rgb(42,113,38); }

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