Html Css Color HEX #029048 Pigment Green

📋 copy color: '#029048'

red 2 ◦ green 144 ◦ blue 72

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

Shades of Pigment Green #029048

Tints of Pigment Green #029048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.06%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 0.92%
G = 66.06%
B = 33.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#029048 (or 0x029048) is known color: Pigment Green. HEX triplet: 02, 90 and 48. RGB value is (2,144,72). Sum of RGB (Red+Green+Blue) = 2+144+72=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 144 (56.64% from 255 or 66.06% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 144 - color contains mainly: green. Hex color #029048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029048 is #FD6FB7. Grayscale: #5D5D5D. Windows color (decimal): -16609208 or 4755458. OLE color: 4755458.

HSL color Cylindrical-coordinate representation of color #029048: hue angle of 149.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029048 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 144 72 -
CMYK 0.99 0 0.50 0.44
HSL 149.58º 0.97% 0.29% -
HSV(B) 149.58º 0.99% 0.56% -
XYZ 11.17 20.43 9.49 -
YUV 93.33 115.96 62.85 -
System Red Green Blue C M Y K H S L
Decimal 2 144 72 0.99 0 0.50 0.44 149.58 0.97 0.29
Hex 2 90 48 63 0 32 2C 96 61 1D
Octal 2 220 110 143 0 62 54 226 141 35
Binary 10 10010000 1001000 1100011 0 110010 101100 10010110 1100001 11101

Color Harmonies of #029048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029048

Black with #029048

Text Example


Text Example

White with #029048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029048; }

 p { color: rgb(2,144,72); }

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

background-color css

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

 a { background-color: rgb(2,144,72); }

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

border-color css

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

 span { border-color: rgb(2,144,72); }

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