#039630

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

Shades of Pigment Green #039630

Tints of Pigment Green #039630

Color information

#039630 (or 0x039630) is unknown color: approx Pigment Green. HEX triplet: 03, 96 and 30. RGB value is (3,150,48). Sum of RGB (Red+Green+Blue) = 3+150+48=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #039630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039630 is #FC69CF. Grayscale: #5E5E5E. Windows color (decimal): -16542160 or 3184131. OLE color: 3184131.

HSL color Cylindrical-coordinate representation of color #039630: hue angle of 138.37º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039630 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB315048-
CMYK0.9800.680.41
HSL138.37º96.08%30%-
HSV(B)138.37º98%58.82%-
XYZ11.4822.056.45-
YUV94.42101.862.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 150 (58.98% from 255) = 74.63%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=1.49%
G=74.63%
B=23.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3150480.9800.680.41138.3796.0830
Hex3963062044298a601e
Octal32266014201045121214036
Binary111001011011000011000100100010010100110001010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039630; }

 p { color: rgb(3,150,48); }

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

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

 a { background-color: rgb(3,150,48); }

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

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

 span { border-color: rgb(3,150,48); }

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