Html Css Color HEX #03953D Pigment Green

📋 copy color: '#03953D'

red 3 ◦ green 149 ◦ blue 61

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

Shades of Pigment Green #03953D

Tints of Pigment Green #03953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 69.95%

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

R = 1.41%
G = 69.95%
B = 28.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#03953D (or 0x03953D) is known color: Pigment Green. HEX triplet: 03, 95 and 3D. RGB value is (3,149,61). Sum of RGB (Red+Green+Blue) = 3+149+61=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #03953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03953D is #FC6AC2. Grayscale: #5F5F5F. Windows color (decimal): -16542403 or 4035843. OLE color: 4035843.

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

Color convert

RGB 3 149 61 -
CMYK 0.98 0 0.59 0.42
HSL 143.84º 0.96% 0.3% -
HSV(B) 143.84º 0.98% 0.58% -
XYZ 11.63 21.85 8.02 -
YUV 95.31 108.63 62.16 -
System Red Green Blue C M Y K H S L
Decimal 3 149 61 0.98 0 0.59 0.42 143.84 0.96 0.3
Hex 3 95 3D 62 0 3B 2A 90 60 1E
Octal 3 225 75 142 0 73 52 220 140 36
Binary 11 10010101 111101 1100010 0 111011 101010 10010000 1100000 11110

Color Harmonies of #03953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03953D

Black with #03953D

Text Example


Text Example

White with #03953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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