Html Css Color HEX #05993C Pigment Green

📋 copy color: '#05993C'

red 5 ◦ green 153 ◦ blue 60

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

Shades of Pigment Green #05993C

Tints of Pigment Green #05993C

RGB

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

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

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

R = 2.29%
G = 70.18%
B = 27.52%

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

#05993C (or 0x05993C) is known color: Pigment Green. HEX triplet: 05, 99 and 3C. RGB value is (5,153,60). Sum of RGB (Red+Green+Blue) = 5+153+60=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #05993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05993C is #FA66C3. Grayscale: #626262. Windows color (decimal): -16410308 or 3971333. OLE color: 3971333.

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

Color convert

RGB 5 153 60 -
CMYK 0.97 0 0.61 0.4
HSL 142.3º 0.94% 0.31% -
HSV(B) 142.3º 0.97% 0.6% -
XYZ 12.27 23.14 8.09 -
YUV 98.15 106.47 61.56 -
System Red Green Blue C M Y K H S L
Decimal 5 153 60 0.97 0 0.61 0.4 142.3 0.94 0.31
Hex 5 99 3C 61 0 3D 28 8E 5E 1F
Octal 5 231 74 141 0 75 50 216 136 37
Binary 101 10011001 111100 1100001 0 111101 101000 10001110 1011110 11111

Color Harmonies of #05993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05993C

Black with #05993C

Text Example


Text Example

White with #05993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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