Html Css Color HEX #029E55 Pigment Green

📋 copy color: '#029E55'

red 2 ◦ green 158 ◦ blue 85

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

Shades of Pigment Green #029E55

Tints of Pigment Green #029E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 0.82%
G = 64.49%
B = 34.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#029E55 (or 0x029E55) is known color: Pigment Green. HEX triplet: 02, 9E and 55. RGB value is (2,158,85). Sum of RGB (Red+Green+Blue) = 2+158+85=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 158 (62.11% from 255 or 64.49% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 158 - color contains mainly: green. Hex color #029E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029E55 is #FD61AA. Grayscale: #676767. Windows color (decimal): -16605611 or 5611010. OLE color: 5611010.

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

Color convert

RGB 2 158 85 -
CMYK 0.99 0 0.46 0.38
HSL 151.92º 0.98% 0.31% -
HSV(B) 151.92º 0.99% 0.62% -
XYZ 13.89 25.12 12.71 -
YUV 103.03 117.82 55.94 -
System Red Green Blue C M Y K H S L
Decimal 2 158 85 0.99 0 0.46 0.38 151.92 0.98 0.31
Hex 2 9E 55 63 0 2E 26 98 62 1F
Octal 2 236 125 143 0 56 46 230 142 37
Binary 10 10011110 1010101 1100011 0 101110 100110 10011000 1100010 11111

Color Harmonies of #029E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029E55

Black with #029E55

Text Example


Text Example

White with #029E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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