#2A7E37

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

Shades of Japanese Laurel #2A7E37

Tints of Japanese Laurel #2A7E37

Color information

#2A7E37 (or 0x2A7E37) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 7E and 37. RGB value is (42,126,55). Sum of RGB (Red+Green+Blue) = 42+126+55=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7E37 is #D581C8. Grayscale: #5C5C5C. Windows color (decimal): -13992393 or 3636778. OLE color: 3636778.

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

Color convert

RGB4212655-
CMYK0.6700.560.51
HSL129.29º50%32.94%-
HSV(B)129.29º66.67%49.41%-
XYZ9.1115.696.16-
YUV92.79106.6791.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 55 (21.88% from 255) = 24.66%
R=18.83%
G=56.50%
B=24.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42126550.6700.560.51129.295032.94
Hex2A7E374303833813221
Octal5217667103070632016241
Binary10101011111101101111000011011100011001110000001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,126,55); }

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

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

 a { background-color: rgb(42,126,55); }

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

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

 span { border-color: rgb(42,126,55); }

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