#2a8e3e

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

Shades of Japanese Laurel #2A8E3E

Tints of Japanese Laurel #2A8E3E

Color information

#2A8E3E (or 0x2A8E3E) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 8E and 3E. RGB value is (42,142,62). Sum of RGB (Red+Green+Blue) = 42+142+62=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8E3E is #D571C1. Grayscale: #676767. Windows color (decimal): -13988290 or 4099626. OLE color: 4099626.

HSL color Cylindrical-coordinate representation of color #2A8E3E: hue angle of 132º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8E3E is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB4214262-
CMYK0.7000.560.44
HSL132º54.35%36.08%-
HSV(B)132º70.42%55.69%-
XYZ11.520.197.85-
YUV102.98104.8784.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 142 (55.86% from 255) = 57.72%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=17.07%
G=57.72%
B=25.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42142620.7000.560.4413254.3536.08
Hex2A8E3E460382C843624
Octal5221676106070542046644
Binary101010100011101111101000110011100010110010000100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a8e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,142,62); }

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

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

 a { background-color: rgb(42,142,62); }

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

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

 span { border-color: rgb(42,142,62); }

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