Html Css Color HEX #03993D Pigment Green

📋 copy color: '#03993D'

red 3 ◦ green 153 ◦ blue 61

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

Shades of Pigment Green #03993D

Tints of Pigment Green #03993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.11%

R = 1.38%
G = 70.51%
B = 28.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#03993D (or 0x03993D) is known color: Pigment Green. HEX triplet: 03, 99 and 3D. RGB value is (3,153,61). Sum of RGB (Red+Green+Blue) = 3+153+61=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #03993D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03993D is #FC66C2. Grayscale: #616161. Windows color (decimal): -16541379 or 4036867. OLE color: 4036867.

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

Color convert

RGB 3 153 61 -
CMYK 0.98 0 0.60 0.4
HSL 143.2º 0.96% 0.31% -
HSV(B) 143.2º 0.98% 0.6% -
XYZ 12.27 23.14 8.23 -
YUV 97.66 107.31 60.48 -
System Red Green Blue C M Y K H S L
Decimal 3 153 61 0.98 0 0.60 0.4 143.2 0.96 0.31
Hex 3 99 3D 62 0 3C 28 8F 60 1F
Octal 3 231 75 142 0 74 50 217 140 37
Binary 11 10011001 111101 1100010 0 111100 101000 10001111 1100000 11111

Color Harmonies of #03993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03993D

Black with #03993D

Text Example


Text Example

White with #03993D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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