Html Css Color HEX #029136 Pigment Green

📋 copy color: '#029136'

red 2 ◦ green 145 ◦ blue 54

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

Shades of Pigment Green #029136

Tints of Pigment Green #029136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 72.14%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 1%
G = 72.14%
B = 26.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#029136 (or 0x029136) is known color: Pigment Green. HEX triplet: 02, 91 and 36. RGB value is (2,145,54). Sum of RGB (Red+Green+Blue) = 2+145+54=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #029136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029136 is #FD6EC9. Grayscale: #5C5C5C. Windows color (decimal): -16608970 or 3576066. OLE color: 3576066.

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

Color convert

RGB 2 145 54 -
CMYK 0.99 0 0.63 0.43
HSL 141.82º 0.97% 0.29% -
HSV(B) 141.82º 0.99% 0.57% -
XYZ 10.82 20.53 6.88 -
YUV 91.87 106.62 63.9 -
System Red Green Blue C M Y K H S L
Decimal 2 145 54 0.99 0 0.63 0.43 141.82 0.97 0.29
Hex 2 91 36 63 0 3F 2B 8E 61 1D
Octal 2 221 66 143 0 77 53 216 141 35
Binary 10 10010001 110110 1100011 0 111111 101011 10001110 1100001 11101

Color Harmonies of #029136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029136

Black with #029136

Text Example


Text Example

White with #029136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029136; }

 p { color: rgb(2,145,54); }

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

background-color css

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

 a { background-color: rgb(2,145,54); }

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

border-color css

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

 span { border-color: rgb(2,145,54); }

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