Html Css Color HEX #029632 Pigment Green

📋 copy color: '#029632'

red 2 ◦ green 150 ◦ blue 50

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

Shades of Pigment Green #029632

Tints of Pigment Green #029632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 74.26%

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

R = 0.99%
G = 74.26%
B = 24.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#029632 (or 0x029632) is known color: Pigment Green. HEX triplet: 02, 96 and 32. RGB value is (2,150,50). Sum of RGB (Red+Green+Blue) = 2+150+50=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 150 (58.98% from 255 or 74.26% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 150 - color contains mainly: green. Hex color #029632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029632 is #FD69CD. Grayscale: #5E5E5E. Windows color (decimal): -16607694 or 3315202. OLE color: 3315202.

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

Color convert

RGB 2 150 50 -
CMYK 0.99 0 0.67 0.41
HSL 139.46º 0.97% 0.3% -
HSV(B) 139.46º 0.99% 0.59% -
XYZ 11.51 22.06 6.67 -
YUV 94.35 102.97 62.13 -
System Red Green Blue C M Y K H S L
Decimal 2 150 50 0.99 0 0.67 0.41 139.46 0.97 0.3
Hex 2 96 32 63 0 43 29 8B 61 1E
Octal 2 226 62 143 0 103 51 213 141 36
Binary 10 10010110 110010 1100011 0 1000011 101001 10001011 1100001 11110

Color Harmonies of #029632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029632

Black with #029632

Text Example


Text Example

White with #029632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029632; }

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

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

background-color css

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

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

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

border-color css

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

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

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