Html Css Color HEX #029128 Forest Green

📋 copy color: '#029128'

red 2 ◦ green 145 ◦ blue 40

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

Shades of Forest Green #029128

Tints of Forest Green #029128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 77.54%

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 1.07%
G = 77.54%
B = 21.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#029128 (or 0x029128) is known color: Forest Green. HEX triplet: 02, 91 and 28. RGB value is (2,145,40). Sum of RGB (Red+Green+Blue) = 2+145+40=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 145 (57.03% from 255 or 77.54% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 145 - color contains mainly: green. Hex color #029128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029128 is #FD6ED7. Grayscale: #5A5A5A. Windows color (decimal): -16608984 or 2658562. OLE color: 2658562.

HSL color Cylindrical-coordinate representation of color #029128: hue angle of 135.94º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029128 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 145 40 -
CMYK 0.99 0 0.72 0.43
HSL 135.94º 0.97% 0.29% -
HSV(B) 135.94º 0.99% 0.57% -
XYZ 10.53 20.42 5.39 -
YUV 90.27 99.62 65.04 -
System Red Green Blue C M Y K H S L
Decimal 2 145 40 0.99 0 0.72 0.43 135.94 0.97 0.29
Hex 2 91 28 63 0 48 2B 88 61 1D
Octal 2 221 50 143 0 110 53 210 141 35
Binary 10 10010001 101000 1100011 0 1001000 101011 10001000 1100001 11101

Color Harmonies of #029128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029128

Black with #029128

Text Example


Text Example

White with #029128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029128; }

 p { color: rgb(2,145,40); }

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

background-color css

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

 a { background-color: rgb(2,145,40); }

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

border-color css

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

 span { border-color: rgb(2,145,40); }

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