Html Css Color HEX #029E46 Pigment Green

📋 copy color: '#029E46'

red 2 ◦ green 158 ◦ blue 70

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

Shades of Pigment Green #029E46

Tints of Pigment Green #029E46

RGB

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

 GREEN value IS 158 (62.11% from 255) = 68.7%

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 0.87%
G = 68.7%
B = 30.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#029E46 (or 0x029E46) is known color: Pigment Green. HEX triplet: 02, 9E and 46. RGB value is (2,158,70). Sum of RGB (Red+Green+Blue) = 2+158+70=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 158 (62.11% from 255 or 68.70% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 158 - color contains mainly: green. Hex color #029E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029E46 is #FD61B9. Grayscale: #656565. Windows color (decimal): -16605626 or 4627970. OLE color: 4627970.

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

Color convert

RGB 2 158 70 -
CMYK 0.99 0 0.56 0.38
HSL 146.15º 0.98% 0.31% -
HSV(B) 146.15º 0.99% 0.62% -
XYZ 13.36 24.91 9.9 -
YUV 101.32 110.32 57.16 -
System Red Green Blue C M Y K H S L
Decimal 2 158 70 0.99 0 0.56 0.38 146.15 0.98 0.31
Hex 2 9E 46 63 0 38 26 92 62 1F
Octal 2 236 106 143 0 70 46 222 142 37
Binary 10 10011110 1000110 1100011 0 111000 100110 10010010 1100010 11111

Color Harmonies of #029E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029E46

Black with #029E46

Text Example


Text Example

White with #029E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,158,70); }

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

background-color css

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

 a { background-color: rgb(2,158,70); }

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

border-color css

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

 span { border-color: rgb(2,158,70); }

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