Html Css Color HEX #029A41 Pigment Green

📋 copy color: '#029A41'

red 2 ◦ green 154 ◦ blue 65

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

Shades of Pigment Green #029A41

Tints of Pigment Green #029A41

RGB

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

 GREEN value IS 154 (60.55% from 255) = 69.68%

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 0.9%
G = 69.68%
B = 29.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#029A41 (or 0x029A41) is known color: Pigment Green. HEX triplet: 02, 9A and 41. RGB value is (2,154,65). Sum of RGB (Red+Green+Blue) = 2+154+65=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 154 (60.55% from 255 or 69.68% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 154 - color contains mainly: green. Hex color #029A41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029A41 is #FD65BE. Grayscale: #626262. Windows color (decimal): -16606655 or 4299266. OLE color: 4299266.

HSL color Cylindrical-coordinate representation of color #029A41: hue angle of 144.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A41 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 154 65 -
CMYK 0.99 0 0.58 0.40
HSL 144.87º 0.97% 0.31% -
HSV(B) 144.87º 0.99% 0.6% -
XYZ 12.53 23.51 8.88 -
YUV 98.41 109.14 59.24 -
System Red Green Blue C M Y K H S L
Decimal 2 154 65 0.99 0 0.58 0.40 144.87 0.97 0.31
Hex 2 9A 41 63 0 3A 28 91 61 1F
Octal 2 232 101 143 0 72 50 221 141 37
Binary 10 10011010 1000001 1100011 0 111010 101000 10010001 1100001 11111

Color Harmonies of #029A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029A41

Black with #029A41

Text Example


Text Example

White with #029A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,154,65); }

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

background-color css

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

 a { background-color: rgb(2,154,65); }

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

border-color css

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

 span { border-color: rgb(2,154,65); }

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