Html Css Color HEX #05993B Pigment Green

📋 copy color: '#05993B'

red 5 ◦ green 153 ◦ blue 59

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

Shades of Pigment Green #05993B

Tints of Pigment Green #05993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 2.3%
G = 70.51%
B = 27.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#05993B (or 0x05993B) is known color: Pigment Green. HEX triplet: 05, 99 and 3B. RGB value is (5,153,59). Sum of RGB (Red+Green+Blue) = 5+153+59=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #05993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05993B is #FA66C4. Grayscale: #626262. Windows color (decimal): -16410309 or 3905797. OLE color: 3905797.

HSL color Cylindrical-coordinate representation of color #05993B: hue angle of 141.89º 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 #05993B is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 59 -
CMYK 0.97 0 0.61 0.4
HSL 141.89º 0.94% 0.31% -
HSV(B) 141.89º 0.97% 0.6% -
XYZ 12.24 23.13 7.96 -
YUV 98.03 105.97 61.64 -
System Red Green Blue C M Y K H S L
Decimal 5 153 59 0.97 0 0.61 0.4 141.89 0.94 0.31
Hex 5 99 3B 61 0 3D 28 8E 5E 1F
Octal 5 231 73 141 0 75 50 216 136 37
Binary 101 10011001 111011 1100001 0 111101 101000 10001110 1011110 11111

Color Harmonies of #05993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05993B

Black with #05993B

Text Example


Text Example

White with #05993B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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