Html Css Color HEX #05953F Pigment Green

📋 copy color: '#05953F'

red 5 ◦ green 149 ◦ blue 63

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

Shades of Pigment Green #05953F

Tints of Pigment Green #05953F

RGB

 RED value IS 5 (2.34% from 255) = 2.3%

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

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

R = 2.3%
G = 68.66%
B = 29.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#05953F (or 0x05953F) is known color: Pigment Green. HEX triplet: 05, 95 and 3F. RGB value is (5,149,63). Sum of RGB (Red+Green+Blue) = 5+149+63=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #05953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05953F is #FA6AC0. Grayscale: #606060. Windows color (decimal): -16411329 or 4166917. OLE color: 4166917.

HSL color Cylindrical-coordinate representation of color #05953F: hue angle of 144.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05953F is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 63 -
CMYK 0.97 0 0.58 0.42
HSL 144.17º 0.94% 0.3% -
HSV(B) 144.17º 0.97% 0.58% -
XYZ 11.71 21.89 8.31 -
YUV 96.14 109.29 62.99 -
System Red Green Blue C M Y K H S L
Decimal 5 149 63 0.97 0 0.58 0.42 144.17 0.94 0.3
Hex 5 95 3F 61 0 3A 2A 90 5E 1E
Octal 5 225 77 141 0 72 52 220 136 36
Binary 101 10010101 111111 1100001 0 111010 101010 10010000 1011110 11110

Color Harmonies of #05953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05953F

Black with #05953F

Text Example


Text Example

White with #05953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,149,63); }

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

background-color css

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

 a { background-color: rgb(5,149,63); }

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

border-color css

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

 span { border-color: rgb(5,149,63); }

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