Html Css Color HEX #029940 Pigment Green

📋 copy color: '#029940'

red 2 ◦ green 153 ◦ blue 64

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

Shades of Pigment Green #029940

Tints of Pigment Green #029940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 69.86%

 BLUE value IS 64 (25.39% from 255) = 29.22%

R = 0.91%
G = 69.86%
B = 29.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#029940 (or 0x029940) is known color: Pigment Green. HEX triplet: 02, 99 and 40. RGB value is (2,153,64). Sum of RGB (Red+Green+Blue) = 2+153+64=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 153 (60.16% from 255 or 69.86% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 153 - color contains mainly: green. Hex color #029940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029940 is #FD66BF. Grayscale: #616161. Windows color (decimal): -16606912 or 4233474. OLE color: 4233474.

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

Color convert

RGB 2 153 64 -
CMYK 0.99 0 0.58 0.4
HSL 144.64º 0.97% 0.3% -
HSV(B) 144.64º 0.99% 0.6% -
XYZ 12.34 23.17 8.67 -
YUV 97.71 108.97 59.74 -
System Red Green Blue C M Y K H S L
Decimal 2 153 64 0.99 0 0.58 0.4 144.64 0.97 0.3
Hex 2 99 40 63 0 3A 28 91 61 1E
Octal 2 231 100 143 0 72 50 221 141 36
Binary 10 10011001 1000000 1100011 0 111010 101000 10010001 1100001 11110

Color Harmonies of #029940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029940

Black with #029940

Text Example


Text Example

White with #029940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029940; }

 p { color: rgb(2,153,64); }

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

background-color css

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

 a { background-color: rgb(2,153,64); }

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

border-color css

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

 span { border-color: rgb(2,153,64); }

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