#03994E

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

Shades of Pigment Green #03994E

Tints of Pigment Green #03994E

Color information

#03994E (or 0x03994E) is unknown color: approx Pigment Green. HEX triplet: 03, 99 and 4E. RGB value is (3,153,78). Sum of RGB (Red+Green+Blue) = 3+153+78=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #03994E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03994E is #FC66B1. Grayscale: #636363. Windows color (decimal): -16541362 or 5150979. OLE color: 5150979.

HSL color Cylindrical-coordinate representation of color #03994E: hue angle of 150º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03994E is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB315378-
CMYK0.9800.490.4
HSL150º96.15%30.59%-
HSV(B)150º98.04%60%-
XYZ12.823.3511.04-
YUV99.6115.859.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 153 (60.16% from 255) = 65.38%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=1.28%
G=65.38%
B=33.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3153780.9800.490.415096.1530.59
Hex3994E620312896601f
Octal32311161420615022614037
Binary111001100110011101100010011000110100010010110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03994E; }

 p { color: rgb(3,153,78); }

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

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

 a { background-color: rgb(3,153,78); }

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

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

 span { border-color: rgb(3,153,78); }

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