#2A7226

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

Shades of Japanese Laurel #2A7226

Tints of Japanese Laurel #2A7226

Color information

#2A7226 (or 0x2A7226) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 72 and 26. RGB value is (42,114,38). Sum of RGB (Red+Green+Blue) = 42+114+38=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7226 is #D58DD9. Grayscale: #545454. Windows color (decimal): -13995482 or 2519594. OLE color: 2519594.

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

Color convert

RGB4211438-
CMYK0.6300.670.55
HSL116.84º50%29.8%-
HSV(B)116.84º66.67%44.71%-
XYZ7.3212.673.89-
YUV83.81102.1598.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=21.65%
G=58.76%
B=19.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114380.6300.670.55116.845029.8
Hex2A72263F0433775321e
Octal5216246770103671656236
Binary101010111001010011011111101000011110111111010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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