Html Css Color HEX #03953B Pigment Green

📋 copy color: '#03953B'

red 3 ◦ green 149 ◦ blue 59

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

Shades of Pigment Green #03953B

Tints of Pigment Green #03953B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 1.42%
G = 70.62%
B = 27.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#03953B (or 0x03953B) is known color: Pigment Green. HEX triplet: 03, 95 and 3B. RGB value is (3,149,59). Sum of RGB (Red+Green+Blue) = 3+149+59=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #03953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03953B is #FC6AC4. Grayscale: #5F5F5F. Windows color (decimal): -16542405 or 3904771. OLE color: 3904771.

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

Color convert

RGB 3 149 59 -
CMYK 0.98 0 0.60 0.42
HSL 143.01º 0.96% 0.3% -
HSV(B) 143.01º 0.98% 0.58% -
XYZ 11.57 21.83 7.74 -
YUV 95.09 107.63 62.32 -
System Red Green Blue C M Y K H S L
Decimal 3 149 59 0.98 0 0.60 0.42 143.01 0.96 0.3
Hex 3 95 3B 62 0 3C 2A 8F 60 1E
Octal 3 225 73 142 0 74 52 217 140 36
Binary 11 10010101 111011 1100010 0 111100 101010 10001111 1100000 11110

Color Harmonies of #03953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03953B

Black with #03953B

Text Example


Text Example

White with #03953B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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