Html Css Color HEX #039140 Pigment Green

📋 copy color: '#039140'

red 3 ◦ green 145 ◦ blue 64

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

Shades of Pigment Green #039140

Tints of Pigment Green #039140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 68.4%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 1.42%
G = 68.4%
B = 30.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#039140 (or 0x039140) is known color: Pigment Green. HEX triplet: 03, 91 and 40. RGB value is (3,145,64). Sum of RGB (Red+Green+Blue) = 3+145+64=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #039140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039140 is #FC6EBF. Grayscale: #5D5D5D. Windows color (decimal): -16543424 or 4231427. OLE color: 4231427.

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

Color convert

RGB 3 145 64 -
CMYK 0.98 0 0.56 0.43
HSL 145.77º 0.96% 0.29% -
HSV(B) 145.77º 0.98% 0.57% -
XYZ 11.09 20.64 8.25 -
YUV 93.31 111.46 63.59 -
System Red Green Blue C M Y K H S L
Decimal 3 145 64 0.98 0 0.56 0.43 145.77 0.96 0.29
Hex 3 91 40 62 0 38 2B 92 60 1D
Octal 3 221 100 142 0 70 53 222 140 35
Binary 11 10010001 1000000 1100010 0 111000 101011 10010010 1100000 11101

Color Harmonies of #039140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039140

Black with #039140

Text Example


Text Example

White with #039140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039140; }

 p { color: rgb(3,145,64); }

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

background-color css

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

 a { background-color: rgb(3,145,64); }

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

border-color css

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

 span { border-color: rgb(3,145,64); }

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