Html Css Color HEX #049249 Pigment Green

📋 copy color: '#049249'

red 4 ◦ green 146 ◦ blue 73

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

Shades of Pigment Green #049249

Tints of Pigment Green #049249

RGB

 RED value IS 4 (1.95% from 255) = 1.79%

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

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

R = 1.79%
G = 65.47%
B = 32.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#049249 (or 0x049249) is known color: Pigment Green. HEX triplet: 04, 92 and 49. RGB value is (4,146,73). Sum of RGB (Red+Green+Blue) = 4+146+73=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #049249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049249 is #FB6DB6. Grayscale: #5F5F5F. Windows color (decimal): -16477623 or 4821508. OLE color: 4821508.

HSL color Cylindrical-coordinate representation of color #049249: hue angle of 149.15º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049249 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 73 -
CMYK 0.97 0 0.5 0.43
HSL 149.15º 0.95% 0.29% -
HSV(B) 149.15º 0.97% 0.57% -
XYZ 11.53 21.06 9.76 -
YUV 95.22 115.46 62.94 -
System Red Green Blue C M Y K H S L
Decimal 4 146 73 0.97 0 0.5 0.43 149.15 0.95 0.29
Hex 4 92 49 61 0 32 2B 95 5F 1D
Octal 4 222 111 141 0 62 53 225 137 35
Binary 100 10010010 1001001 1100001 0 110010 101011 10010101 1011111 11101

Color Harmonies of #049249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049249

Black with #049249

Text Example


Text Example

White with #049249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049249; }

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

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

background-color css

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

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

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

border-color css

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

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

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