Html Css Color HEX #029F41 Pigment Green

📋 copy color: '#029F41'

red 2 ◦ green 159 ◦ blue 65

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

Shades of Pigment Green #029F41

Tints of Pigment Green #029F41

RGB

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

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

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

R = 0.88%
G = 70.35%
B = 28.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#029F41 (or 0x029F41) is known color: Pigment Green. HEX triplet: 02, 9F and 41. RGB value is (2,159,65). Sum of RGB (Red+Green+Blue) = 2+159+65=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 159 (62.5% from 255 or 70.35% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 159 - color contains mainly: green. Hex color #029F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F41 is #FD60BE. Grayscale: #656565. Windows color (decimal): -16605375 or 4300546. OLE color: 4300546.

HSL color Cylindrical-coordinate representation of color #029F41: hue angle of 144.08º 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 #029F41 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 65 -
CMYK 0.99 0 0.59 0.38
HSL 144.08º 0.98% 0.32% -
HSV(B) 144.08º 0.99% 0.62% -
XYZ 13.38 25.19 9.16 -
YUV 101.34 107.49 57.14 -
System Red Green Blue C M Y K H S L
Decimal 2 159 65 0.99 0 0.59 0.38 144.08 0.98 0.32
Hex 2 9F 41 63 0 3B 26 90 62 20
Octal 2 237 101 143 0 73 46 220 142 40
Binary 10 10011111 1000001 1100011 0 111011 100110 10010000 1100010 100000

Color Harmonies of #029F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F41

Black with #029F41

Text Example


Text Example

White with #029F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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