Html Css Color HEX #029249 Pigment Green

📋 copy color: '#029249'

red 2 ◦ green 146 ◦ blue 73

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

Shades of Pigment Green #029249

Tints of Pigment Green #029249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 66.06%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 0.9%
G = 66.06%
B = 33.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#029249 (or 0x029249) is known color: Pigment Green. HEX triplet: 02, 92 and 49. RGB value is (2,146,73). Sum of RGB (Red+Green+Blue) = 2+146+73=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 146 (57.42% from 255 or 66.06% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 146 - color contains mainly: green. Hex color #029249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029249 is #FD6DB6. Grayscale: #5E5E5E. Windows color (decimal): -16608695 or 4821506. OLE color: 4821506.

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

Color convert

RGB 2 146 73 -
CMYK 0.99 0 0.5 0.43
HSL 149.58º 0.97% 0.29% -
HSV(B) 149.58º 0.99% 0.57% -
XYZ 11.51 21.05 9.76 -
YUV 94.62 115.79 61.94 -
System Red Green Blue C M Y K H S L
Decimal 2 146 73 0.99 0 0.5 0.43 149.58 0.97 0.29
Hex 2 92 49 63 0 32 2B 96 61 1D
Octal 2 222 111 143 0 62 53 226 141 35
Binary 10 10010010 1001001 1100011 0 110010 101011 10010110 1100001 11101

Color Harmonies of #029249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029249

Black with #029249

Text Example


Text Example

White with #029249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029249; }

 p { color: rgb(2,146,73); }

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

background-color css

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

 a { background-color: rgb(2,146,73); }

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

border-color css

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

 span { border-color: rgb(2,146,73); }

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