Html Css Color HEX #03993F Pigment Green

📋 copy color: '#03993F'

red 3 ◦ green 153 ◦ blue 63

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

Shades of Pigment Green #03993F

Tints of Pigment Green #03993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 69.86%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 1.37%
G = 69.86%
B = 28.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#03993F (or 0x03993F) is known color: Pigment Green. HEX triplet: 03, 99 and 3F. RGB value is (3,153,63). Sum of RGB (Red+Green+Blue) = 3+153+63=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 153 (60.16% from 255 or 69.86% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 153 - color contains mainly: green. Hex color #03993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03993F is #FC66C0. Grayscale: #626262. Windows color (decimal): -16541377 or 4167939. OLE color: 4167939.

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

Color convert

RGB 3 153 63 -
CMYK 0.98 0 0.59 0.4
HSL 144º 0.96% 0.31% -
HSV(B) 144º 0.98% 0.6% -
XYZ 12.33 23.16 8.52 -
YUV 97.89 108.31 60.32 -
System Red Green Blue C M Y K H S L
Decimal 3 153 63 0.98 0 0.59 0.4 144 0.96 0.31
Hex 3 99 3F 62 0 3B 28 90 60 1F
Octal 3 231 77 142 0 73 50 220 140 37
Binary 11 10011001 111111 1100010 0 111011 101000 10010000 1100000 11111

Color Harmonies of #03993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03993F

Black with #03993F

Text Example


Text Example

White with #03993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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