#2A8A37

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

Shades of Japanese Laurel #2A8A37

Tints of Japanese Laurel #2A8A37

Color information

#2A8A37 (or 0x2A8A37) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 8A and 37. RGB value is (42,138,55). Sum of RGB (Red+Green+Blue) = 42+138+55=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8A37 is #D575C8. Grayscale: #646464. Windows color (decimal): -13989321 or 3639850. OLE color: 3639850.

HSL color Cylindrical-coordinate representation of color #2A8A37: hue angle of 128.12º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8A37 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB4213855-
CMYK0.7000.600.46
HSL128.12º53.33%35.29%-
HSV(B)128.12º69.57%54.12%-
XYZ10.7318.956.71-
YUV99.83102.786.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 138 (54.30% from 255) = 58.72%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=17.87%
G=58.72%
B=23.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42138550.7000.600.46128.1253.3335.29
Hex2A8A374603C2E803523
Octal5221267106074562006543
Binary101010100010101101111000110011110010111010000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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