#2A7C29

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

Shades of Japanese Laurel #2A7C29

Tints of Japanese Laurel #2A7C29

Color information

#2A7C29 (or 0x2A7C29) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 7C and 29. RGB value is (42,124,41). Sum of RGB (Red+Green+Blue) = 42+124+41=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C29 is #D583D6. Grayscale: #5A5A5A. Windows color (decimal): -13992919 or 2718762. OLE color: 2718762.

HSL color Cylindrical-coordinate representation of color #2A7C29: hue angle of 119.28º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7C29 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB4212441-
CMYK0.6600.670.51
HSL119.28º50.3%32.35%-
HSV(B)119.28º66.94%48.63%-
XYZ8.5615.074.55-
YUV90.02100.3393.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 124 (48.83% from 255) = 59.90%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=20.29%
G=59.90%
B=19.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42124410.6600.670.51119.2850.332.35
Hex2A7C294204333773220
Octal52174511020103631676240
Binary10101011111001010011000010010000111100111110111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,124,41); }

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

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

 a { background-color: rgb(42,124,41); }

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

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

 span { border-color: rgb(42,124,41); }

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