#039C42

Color #039C42 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #039C42

Tints of Pigment Green #039C42

Color information

#039C42 (or 0x039C42) is unknown color: approx Pigment Green. HEX triplet: 03, 9C and 42. RGB value is (3,156,66). Sum of RGB (Red+Green+Blue) = 3+156+66=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 156 (61.33% from 255 or 69.33% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 156 - color contains mainly: green. Hex color #039C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039C42 is #FC63BD. Grayscale: #646464. Windows color (decimal): -16540606 or 4365315. OLE color: 4365315.

HSL color Cylindrical-coordinate representation of color #039C42: hue angle of 144.71º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039C42 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB315666-
CMYK0.9800.580.39
HSL144.71º96.23%31.18%-
HSV(B)144.71º98.08%61.18%-
XYZ12.9124.199.14-
YUV99.99108.8158.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 156 (61.33% from 255) = 69.33%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=1.33%
G=69.33%
B=29.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3156660.9800.580.39144.7196.2331.18
Hex39C426203A2791601f
Octal32341021420724722114037
Binary111001110010000101100010011101010011110010001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039C42; }

 p { color: rgb(3,156,66); }

 H1.HeaderClassName
 {
   color: #039C42;
 }
 .AnyTagClassName
 {
   color: #039C42;
 }
</style>
background-color css

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

 a { background-color: rgb(3,156,66); }

 div.DivClassName
 {
   background-color: #039C42;
 }
 .BgClassName
 {
   background-color: #039C42;
 }
</style>
border-color css

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

 span { border-color: rgb(3,156,66); }

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