Html Css Color HEX #05993A Pigment Green

📋 copy color: '#05993A'

red 5 ◦ green 153 ◦ blue 58

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

Shades of Pigment Green #05993A

Tints of Pigment Green #05993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 70.83%

 BLUE value IS 58 (23.05% from 255) = 26.85%

R = 2.31%
G = 70.83%
B = 26.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#05993A (or 0x05993A) is known color: Pigment Green. HEX triplet: 05, 99 and 3A. RGB value is (5,153,58). Sum of RGB (Red+Green+Blue) = 5+153+58=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #05993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05993A is #FA66C5. Grayscale: #626262. Windows color (decimal): -16410310 or 3840261. OLE color: 3840261.

HSL color Cylindrical-coordinate representation of color #05993A: hue angle of 141.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05993A is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 58 -
CMYK 0.97 0 0.62 0.4
HSL 141.49º 0.94% 0.31% -
HSV(B) 141.49º 0.97% 0.6% -
XYZ 12.22 23.12 7.82 -
YUV 97.92 105.47 61.72 -
System Red Green Blue C M Y K H S L
Decimal 5 153 58 0.97 0 0.62 0.4 141.49 0.94 0.31
Hex 5 99 3A 61 0 3E 28 8D 5E 1F
Octal 5 231 72 141 0 76 50 215 136 37
Binary 101 10011001 111010 1100001 0 111110 101000 10001101 1011110 11111

Color Harmonies of #05993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05993A

Black with #05993A

Text Example


Text Example

White with #05993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05993A; }

 p { color: rgb(5,153,58); }

 H1.HeaderClassName
 {
   color: #05993A;
 }
 .AnyTagClassName
 {
   color: #05993A;
 }
</style>

background-color css

<style>
 a { background-color: #05993A; }

 a { background-color: rgb(5,153,58); }

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

border-color css

<style>
 span { border-color: #05993A; }

 span { border-color: rgb(5,153,58); }

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