#2A7A27

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

Shades of Japanese Laurel #2A7A27

Tints of Japanese Laurel #2A7A27

Color information

#2A7A27 (or 0x2A7A27) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 7A and 27. RGB value is (42,122,39). Sum of RGB (Red+Green+Blue) = 42+122+39=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7A27 is #D585D8. Grayscale: #585858. Windows color (decimal): -13993433 or 2587178. OLE color: 2587178.

HSL color Cylindrical-coordinate representation of color #2A7A27: hue angle of 117.83º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7A27 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB4212239-
CMYK0.6600.680.52
HSL117.83º51.55%31.57%-
HSV(B)117.83º68.03%47.84%-
XYZ8.2814.564.29-
YUV88.6210094.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 122 (48.05% from 255) = 60.10%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=20.69%
G=60.10%
B=19.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42122390.6600.680.52117.8351.5531.57
Hex2A7A274204434763420
Octal52172471020104641666440
Binary10101011110101001111000010010001001101001110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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