#2A7C34

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

Shades of Japanese Laurel #2A7C34

Tints of Japanese Laurel #2A7C34

Color information

#2A7C34 (or 0x2A7C34) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 7C and 34. RGB value is (42,124,52). Sum of RGB (Red+Green+Blue) = 42+124+52=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C34 is #D583CB. Grayscale: #5B5B5B. Windows color (decimal): -13992908 or 3439658. OLE color: 3439658.

HSL color Cylindrical-coordinate representation of color #2A7C34: hue angle of 127.32º 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 #2A7C34 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB4212452-
CMYK0.6600.580.51
HSL127.32º49.4%32.55%-
HSV(B)127.32º66.13%48.63%-
XYZ8.7815.165.71-
YUV91.27105.8392.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 124 (48.83% from 255) = 56.88%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=19.27%
G=56.88%
B=23.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42124520.6600.580.51127.3249.432.55
Hex2A7C344203A337f3121
Octal5217464102072631776141
Binary1010101111100110100100001001110101100111111111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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