Html Css Color HEX #028E2A Forest Green

📋 copy color: '#028E2A'

red 2 ◦ green 142 ◦ blue 42

#028E2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #028E2A

Tints of Forest Green #028E2A

RGB

 RED value IS 2 (1.17% from 255) = 1.08%

 GREEN value IS 142 (55.86% from 255) = 76.34%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 1.08%
G = 76.34%
B = 22.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#028E2A (or 0x028E2A) is known color: Forest Green. HEX triplet: 02, 8E and 2A. RGB value is (2,142,42). Sum of RGB (Red+Green+Blue) = 2+142+42=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 142 (55.86% from 255 or 76.34% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 142 - color contains mainly: green. Hex color #028E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E2A is #FD71D5. Grayscale: #595959. Windows color (decimal): -16609750 or 2788866. OLE color: 2788866.

HSL color Cylindrical-coordinate representation of color #028E2A: hue angle of 137.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E2A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 142 42 -
CMYK 0.99 0 0.70 0.44
HSL 137.14º 0.97% 0.28% -
HSV(B) 137.14º 0.99% 0.56% -
XYZ 10.12 19.53 5.43 -
YUV 88.74 101.62 66.13 -
System Red Green Blue C M Y K H S L
Decimal 2 142 42 0.99 0 0.70 0.44 137.14 0.97 0.28
Hex 2 8E 2A 63 0 46 2C 89 61 1C
Octal 2 216 52 143 0 106 54 211 141 34
Binary 10 10001110 101010 1100011 0 1000110 101100 10001001 1100001 11100

Color Harmonies of #028E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E2A

Black with #028E2A

Text Example


Text Example

White with #028E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028E2A; }

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

 H1.HeaderClassName
 {
   color: #028E2A;
 }
 .AnyTagClassName
 {
   color: #028E2A;
 }
</style>

background-color css

<style>
 a { background-color: #028E2A; }

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

 div.DivClassName
 {
   background-color: #028E2A;
 }
 .BgClassName
 {
   background-color: #028E2A;
 }
</style>

border-color css

<style>
 span { border-color: #028E2A; }

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

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