Html Css Color HEX #029522 Forest Green

📋 copy color: '#029522'

red 2 ◦ green 149 ◦ blue 34

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

Shades of Forest Green #029522

Tints of Forest Green #029522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 80.54%

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 1.08%
G = 80.54%
B = 18.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#029522 (or 0x029522) is known color: Forest Green. HEX triplet: 02, 95 and 22. RGB value is (2,149,34). Sum of RGB (Red+Green+Blue) = 2+149+34=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #029522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029522 is #FD6ADD. Grayscale: #5C5C5C. Windows color (decimal): -16607966 or 2266370. OLE color: 2266370.

HSL color Cylindrical-coordinate representation of color #029522: hue angle of 133.06º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029522 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 34 -
CMYK 0.99 0 0.77 0.42
HSL 133.06º 0.97% 0.3% -
HSV(B) 133.06º 0.99% 0.58% -
XYZ 11.06 21.62 5.1 -
YUV 91.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 2 149 34 0.99 0 0.77 0.42 133.06 0.97 0.3
Hex 2 95 22 63 0 4D 2A 85 61 1E
Octal 2 225 42 143 0 115 52 205 141 36
Binary 10 10010101 100010 1100011 0 1001101 101010 10000101 1100001 11110

Color Harmonies of #029522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029522

Black with #029522

Text Example


Text Example

White with #029522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029522; }

 p { color: rgb(2,149,34); }

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

background-color css

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

 a { background-color: rgb(2,149,34); }

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

border-color css

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

 span { border-color: rgb(2,149,34); }

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