Html Css Color HEX #029232 Pigment Green

📋 copy color: '#029232'

red 2 ◦ green 146 ◦ blue 50

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

Shades of Pigment Green #029232

Tints of Pigment Green #029232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 73.74%

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

R = 1.01%
G = 73.74%
B = 25.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#029232 (or 0x029232) is known color: Pigment Green. HEX triplet: 02, 92 and 32. RGB value is (2,146,50). Sum of RGB (Red+Green+Blue) = 2+146+50=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 146 (57.42% from 255 or 73.74% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 146 - color contains mainly: green. Hex color #029232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029232 is #FD6DCD. Grayscale: #5C5C5C. Windows color (decimal): -16608718 or 3314178. OLE color: 3314178.

HSL color Cylindrical-coordinate representation of color #029232: hue angle of 140º 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 #029232 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 146 50 -
CMYK 0.99 0 0.66 0.43
HSL 140º 0.97% 0.29% -
HSV(B) 140º 0.99% 0.57% -
XYZ 10.88 20.8 6.46 -
YUV 92 104.29 63.81 -
System Red Green Blue C M Y K H S L
Decimal 2 146 50 0.99 0 0.66 0.43 140 0.97 0.29
Hex 2 92 32 63 0 42 2B 8C 61 1D
Octal 2 222 62 143 0 102 53 214 141 35
Binary 10 10010010 110010 1100011 0 1000010 101011 10001100 1100001 11101

Color Harmonies of #029232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029232

Black with #029232

Text Example


Text Example

White with #029232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029232; }

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

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

background-color css

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

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

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

border-color css

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

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

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