Html Css Color HEX #05973D Pigment Green

📋 copy color: '#05973D'

red 5 ◦ green 151 ◦ blue 61

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

Shades of Pigment Green #05973D

Tints of Pigment Green #05973D

RGB

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

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

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

R = 2.3%
G = 69.59%
B = 28.11%

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

#05973D (or 0x05973D) is known color: Pigment Green. HEX triplet: 05, 97 and 3D. RGB value is (5,151,61). Sum of RGB (Red+Green+Blue) = 5+151+61=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 151 (59.38% from 255 or 69.59% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 151 - color contains mainly: green. Hex color #05973D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05973D is #FA68C2. Grayscale: #616161. Windows color (decimal): -16410819 or 4036357. OLE color: 4036357.

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

Color convert

RGB 5 151 61 -
CMYK 0.97 0 0.60 0.41
HSL 143.01º 0.94% 0.31% -
HSV(B) 143.01º 0.97% 0.59% -
XYZ 11.97 22.5 8.13 -
YUV 97.09 107.63 62.32 -
System Red Green Blue C M Y K H S L
Decimal 5 151 61 0.97 0 0.60 0.41 143.01 0.94 0.31
Hex 5 97 3D 61 0 3C 29 8F 5E 1F
Octal 5 227 75 141 0 74 51 217 136 37
Binary 101 10010111 111101 1100001 0 111100 101001 10001111 1011110 11111

Color Harmonies of #05973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05973D

Black with #05973D

Text Example


Text Example

White with #05973D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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