Html Css Color HEX #039049 Pigment Green

📋 copy color: '#039049'

red 3 ◦ green 144 ◦ blue 73

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

Shades of Pigment Green #039049

Tints of Pigment Green #039049

RGB

 RED value IS 3 (1.56% from 255) = 1.36%

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

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

R = 1.36%
G = 65.45%
B = 33.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#039049 (or 0x039049) is known color: Pigment Green. HEX triplet: 03, 90 and 49. RGB value is (3,144,73). Sum of RGB (Red+Green+Blue) = 3+144+73=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 144 (56.64% from 255 or 65.45% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 144 - color contains mainly: green. Hex color #039049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039049 is #FC6FB6. Grayscale: #5D5D5D. Windows color (decimal): -16543671 or 4820995. OLE color: 4820995.

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

Color convert

RGB 3 144 73 -
CMYK 0.98 0 0.49 0.44
HSL 149.79º 0.96% 0.29% -
HSV(B) 149.79º 0.98% 0.56% -
XYZ 11.21 20.45 9.66 -
YUV 93.75 116.29 63.27 -
System Red Green Blue C M Y K H S L
Decimal 3 144 73 0.98 0 0.49 0.44 149.79 0.96 0.29
Hex 3 90 49 62 0 31 2C 96 60 1D
Octal 3 220 111 142 0 61 54 226 140 35
Binary 11 10010000 1001001 1100010 0 110001 101100 10010110 1100000 11101

Color Harmonies of #039049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039049

Black with #039049

Text Example


Text Example

White with #039049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039049; }

 p { color: rgb(3,144,73); }

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

background-color css

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

 a { background-color: rgb(3,144,73); }

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

border-color css

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

 span { border-color: rgb(3,144,73); }

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