Html Css Color HEX #029548 Pigment Green

📋 copy color: '#029548'

red 2 ◦ green 149 ◦ blue 72

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

Shades of Pigment Green #029548

Tints of Pigment Green #029548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 66.82%

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

R = 0.9%
G = 66.82%
B = 32.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#029548 (or 0x029548) is known color: Pigment Green. HEX triplet: 02, 95 and 48. RGB value is (2,149,72). Sum of RGB (Red+Green+Blue) = 2+149+72=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #029548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029548 is #FD6AB7. Grayscale: #606060. Windows color (decimal): -16607928 or 4756738. OLE color: 4756738.

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

Color convert

RGB 2 149 72 -
CMYK 0.99 0 0.52 0.42
HSL 148.57º 0.97% 0.3% -
HSV(B) 148.57º 0.99% 0.58% -
XYZ 11.94 21.98 9.74 -
YUV 96.27 114.3 60.76 -
System Red Green Blue C M Y K H S L
Decimal 2 149 72 0.99 0 0.52 0.42 148.57 0.97 0.3
Hex 2 95 48 63 0 34 2A 95 61 1E
Octal 2 225 110 143 0 64 52 225 141 36
Binary 10 10010101 1001000 1100011 0 110100 101010 10010101 1100001 11110

Color Harmonies of #029548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029548

Black with #029548

Text Example


Text Example

White with #029548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029548; }

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

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

background-color css

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

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

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

border-color css

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

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

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