#03993C

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

Shades of Pigment Green #03993C

Tints of Pigment Green #03993C

Color information

#03993C (or 0x03993C) is unknown color: approx Pigment Green. HEX triplet: 03, 99 and 3C. RGB value is (3,153,60). Sum of RGB (Red+Green+Blue) = 3+153+60=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #03993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03993C is #FC66C3. Grayscale: #616161. Windows color (decimal): -16541380 or 3971331. OLE color: 3971331.

HSL color Cylindrical-coordinate representation of color #03993C: hue angle of 142.8º 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 #03993C is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB315360-
CMYK0.9800.610.4
HSL142.8º96.15%30.59%-
HSV(B)142.8º98.04%60%-
XYZ12.2423.138.09-
YUV97.55106.860.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 153 (60.16% from 255) = 70.83%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=1.39%
G=70.83%
B=27.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3153600.9800.610.4142.896.1530.59
Hex3993C6203D288f601f
Octal3231741420755021714037
Binary11100110011111001100010011110110100010001111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03993C; }

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

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

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

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

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

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

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

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