Html Css Color HEX #029F32 Pigment Green

📋 copy color: '#029F32'

red 2 ◦ green 159 ◦ blue 50

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

Shades of Pigment Green #029F32

Tints of Pigment Green #029F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 75.36%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 0.95%
G = 75.36%
B = 23.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#029F32 (or 0x029F32) is known color: Pigment Green. HEX triplet: 02, 9F and 32. RGB value is (2,159,50). Sum of RGB (Red+Green+Blue) = 2+159+50=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #029F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F32 is #FD60CD. Grayscale: #636363. Windows color (decimal): -16605390 or 3317506. OLE color: 3317506.

HSL color Cylindrical-coordinate representation of color #029F32: hue angle of 138.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F32 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 50 -
CMYK 0.99 0 0.69 0.38
HSL 138.34º 0.98% 0.32% -
HSV(B) 138.34º 0.99% 0.62% -
XYZ 13 25.04 7.17 -
YUV 99.63 99.99 58.36 -
System Red Green Blue C M Y K H S L
Decimal 2 159 50 0.99 0 0.69 0.38 138.34 0.98 0.32
Hex 2 9F 32 63 0 45 26 8A 62 20
Octal 2 237 62 143 0 105 46 212 142 40
Binary 10 10011111 110010 1100011 0 1000101 100110 10001010 1100010 100000

Color Harmonies of #029F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F32

Black with #029F32

Text Example


Text Example

White with #029F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029F32; }

 p { color: rgb(2,159,50); }

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

background-color css

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

 a { background-color: rgb(2,159,50); }

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

border-color css

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

 span { border-color: rgb(2,159,50); }

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