#2A7C2C

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

Shades of Japanese Laurel #2A7C2C

Tints of Japanese Laurel #2A7C2C

Color information

#2A7C2C (or 0x2A7C2C) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 7C and 2C. RGB value is (42,124,44). Sum of RGB (Red+Green+Blue) = 42+124+44=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C2C is #D583D3. Grayscale: #5A5A5A. Windows color (decimal): -13992916 or 2915370. OLE color: 2915370.

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

Color convert

RGB4212444-
CMYK0.6600.650.51
HSL121.46º49.4%32.55%-
HSV(B)121.46º66.13%48.63%-
XYZ8.6215.094.84-
YUV90.36101.8393.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 124 (48.83% from 255) = 59.05%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=20%
G=59.05%
B=20.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42124440.6600.650.51121.4649.432.55
Hex2A7C2C4204133793121
Octal52174541020101631716141
Binary10101011111001011001000010010000011100111111001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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