Html Css Color HEX #005D03 Green

📋 copy color: '#005D03'

red 0 ◦ green 93 ◦ blue 3

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

Shades of Green #005D03

Tints of Green #005D03

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 93 (36.72% from 255) = 96.88%

 BLUE value IS 3 (1.56% from 255) = 3.13%

R = 0%
G = 96.88%
B = 3.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#005D03 (or 0x005D03) is known color: Green. HEX triplet: 00, 5D and 03. RGB value is (0,93,3). Sum of RGB (Red+Green+Blue) = 0+93+3=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 93 (36.72% from 255 or 96.88% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 93 - color contains mainly: green. Hex color #005D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005D03 is #FFA2FC. Grayscale: #373737. Windows color (decimal): -16753405 or 220416. OLE color: 220416.

HSL color Cylindrical-coordinate representation of color #005D03: hue angle of 121.94º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D03 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 93 3 -
CMYK 1 0 0.97 0.64
HSL 121.94º 1% 0.18% -
HSV(B) 121.94º 1% 0.36% -
XYZ 3.93 7.84 1.39 -
YUV 54.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 0 93 3 1 0 0.97 0.64 121.94 1 0.18
Hex 0 5D 3 64 0 61 40 7A 64 12
Octal 0 135 3 144 0 141 100 172 144 22
Binary 0 1011101 11 1100100 0 1100001 1000000 1111010 1100100 10010

Color Harmonies of #005D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D03

Black with #005D03

Text Example


Text Example

White with #005D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005D03; }

 p { color: rgb(0,93,3); }

 H1.HeaderClassName
 {
   color: #005D03;
 }
 .AnyTagClassName
 {
   color: #005D03;
 }
</style>

background-color css

<style>
 a { background-color: #005D03; }

 a { background-color: rgb(0,93,3); }

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

border-color css

<style>
 span { border-color: #005D03; }

 span { border-color: rgb(0,93,3); }

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