#2A7227

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

Shades of Japanese Laurel #2A7227

Tints of Japanese Laurel #2A7227

Color information

#2A7227 (or 0x2A7227) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 72 and 27. RGB value is (42,114,39). Sum of RGB (Red+Green+Blue) = 42+114+39=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7227 is #D58DD8. Grayscale: #545454. Windows color (decimal): -13995481 or 2585130. OLE color: 2585130.

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

Color convert

RGB4211439-
CMYK0.6300.660.55
HSL117.6º49.02%30%-
HSV(B)117.6º65.79%44.71%-
XYZ7.3412.673.98-
YUV83.92102.6598.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 114 (44.92% from 255) = 58.46%
BLUE value IS 39 (15.62% from 255) = 20%
R=21.54%
G=58.46%
B=20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114390.6300.660.55117.649.0230
Hex2A72273F0423776311e
Octal5216247770102671666136
Binary101010111001010011111111101000010110111111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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