Html Css Color HEX #05973C Pigment Green

📋 copy color: '#05973C'

red 5 ◦ green 151 ◦ blue 60

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

Shades of Pigment Green #05973C

Tints of Pigment Green #05973C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 2.31%
G = 69.91%
B = 27.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#05973C (or 0x05973C) is known color: Pigment Green. HEX triplet: 05, 97 and 3C. RGB value is (5,151,60). Sum of RGB (Red+Green+Blue) = 5+151+60=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 151 (59.38% from 255 or 69.91% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 151 - color contains mainly: green. Hex color #05973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05973C is #FA68C3. Grayscale: #616161. Windows color (decimal): -16410820 or 3970821. OLE color: 3970821.

HSL color Cylindrical-coordinate representation of color #05973C: hue angle of 142.6º 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 #05973C is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 151 60 -
CMYK 0.97 0 0.60 0.41
HSL 142.6º 0.94% 0.31% -
HSV(B) 142.6º 0.97% 0.59% -
XYZ 11.94 22.49 7.99 -
YUV 96.97 107.13 62.4 -
System Red Green Blue C M Y K H S L
Decimal 5 151 60 0.97 0 0.60 0.41 142.6 0.94 0.31
Hex 5 97 3C 61 0 3C 29 8F 5E 1F
Octal 5 227 74 141 0 74 51 217 136 37
Binary 101 10010111 111100 1100001 0 111100 101001 10001111 1011110 11111

Color Harmonies of #05973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05973C

Black with #05973C

Text Example


Text Example

White with #05973C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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