Html Css Color HEX #039340 Pigment Green

📋 copy color: '#039340'

red 3 ◦ green 147 ◦ blue 64

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

Shades of Pigment Green #039340

Tints of Pigment Green #039340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 68.69%

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

R = 1.4%
G = 68.69%
B = 29.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#039340 (or 0x039340) is known color: Pigment Green. HEX triplet: 03, 93 and 40. RGB value is (3,147,64). Sum of RGB (Red+Green+Blue) = 3+147+64=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #039340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039340 is #FC6CBF. Grayscale: #5E5E5E. Windows color (decimal): -16542912 or 4231939. OLE color: 4231939.

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

Color convert

RGB 3 147 64 -
CMYK 0.98 0 0.56 0.42
HSL 145.42º 0.96% 0.29% -
HSV(B) 145.42º 0.98% 0.58% -
XYZ 11.4 21.26 8.35 -
YUV 94.48 110.79 62.75 -
System Red Green Blue C M Y K H S L
Decimal 3 147 64 0.98 0 0.56 0.42 145.42 0.96 0.29
Hex 3 93 40 62 0 38 2A 91 60 1D
Octal 3 223 100 142 0 70 52 221 140 35
Binary 11 10010011 1000000 1100010 0 111000 101010 10010001 1100000 11101

Color Harmonies of #039340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039340

Black with #039340

Text Example


Text Example

White with #039340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039340; }

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

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

background-color css

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

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

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

border-color css

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

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

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