Html Css Color HEX #005F0D Green

📋 copy color: '#005F0D'

red 0 ◦ green 95 ◦ blue 13

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

Shades of Green #005F0D

Tints of Green #005F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 87.96%

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 0%
G = 87.96%
B = 12.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#005F0D (or 0x005F0D) is known color: Green. HEX triplet: 00, 5F and 0D. RGB value is (0,95,13). Sum of RGB (Red+Green+Blue) = 0+95+13=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 95 (37.5% from 255 or 87.96% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 95 - color contains mainly: green. Hex color #005F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F0D is #FFA0F2. Grayscale: #393939. Windows color (decimal): -16752883 or 876288. OLE color: 876288.

HSL color Cylindrical-coordinate representation of color #005F0D: hue angle of 128.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F0D is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 95 13 -
CMYK 1 0 0.86 0.63
HSL 128.21º 1% 0.19% -
HSV(B) 128.21º 1% 0.37% -
XYZ 4.16 8.21 1.75 -
YUV 57.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 0 95 13 1 0 0.86 0.63 128.21 1 0.19
Hex 0 5F D 64 0 56 3F 80 64 13
Octal 0 137 15 144 0 126 77 200 144 23
Binary 0 1011111 1101 1100100 0 1010110 111111 10000000 1100100 10011

Color Harmonies of #005F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F0D

Black with #005F0D

Text Example


Text Example

White with #005F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,95,13); }

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

background-color css

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

 a { background-color: rgb(0,95,13); }

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

border-color css

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

 span { border-color: rgb(0,95,13); }

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