#2A7526

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

Shades of Japanese Laurel #2A7526

Tints of Japanese Laurel #2A7526

Color information

#2A7526 (or 0x2A7526) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 75 and 26. RGB value is (42,117,38). Sum of RGB (Red+Green+Blue) = 42+117+38=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7526 is #D58AD9. Grayscale: #555555. Windows color (decimal): -13994714 or 2520362. OLE color: 2520362.

HSL color Cylindrical-coordinate representation of color #2A7526: hue angle of 116.96º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7526 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB4211738-
CMYK0.6400.680.54
HSL116.96º50.97%30.39%-
HSV(B)116.96º67.52%45.88%-
XYZ7.6713.354.01-
YUV85.57101.1596.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.32%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=21.32%
G=59.39%
B=19.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117380.6400.680.54116.9650.9730.39
Hex2A7526400443675331e
Octal52165461000104661656336
Binary1010101110101100110100000001000100110110111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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