Html Css Color HEX #05973F Pigment Green

📋 copy color: '#05973F'

red 5 ◦ green 151 ◦ blue 63

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

Shades of Pigment Green #05973F

Tints of Pigment Green #05973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 68.95%

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

R = 2.28%
G = 68.95%
B = 28.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#05973F (or 0x05973F) is known color: Pigment Green. HEX triplet: 05, 97 and 3F. RGB value is (5,151,63). Sum of RGB (Red+Green+Blue) = 5+151+63=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 151 (59.38% from 255 or 68.95% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 151 - color contains mainly: green. Hex color #05973F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05973F is #FA68C0. Grayscale: #616161. Windows color (decimal): -16410817 or 4167429. OLE color: 4167429.

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

Color convert

RGB 5 151 63 -
CMYK 0.97 0 0.58 0.41
HSL 143.84º 0.94% 0.31% -
HSV(B) 143.84º 0.97% 0.59% -
XYZ 12.03 22.52 8.42 -
YUV 97.31 108.63 62.16 -
System Red Green Blue C M Y K H S L
Decimal 5 151 63 0.97 0 0.58 0.41 143.84 0.94 0.31
Hex 5 97 3F 61 0 3A 29 90 5E 1F
Octal 5 227 77 141 0 72 51 220 136 37
Binary 101 10010111 111111 1100001 0 111010 101001 10010000 1011110 11111

Color Harmonies of #05973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05973F

Black with #05973F

Text Example


Text Example

White with #05973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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