#005F0E

Color #005F0E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #005F0E

Tints of Green #005F0E

Color information

#005F0E (or 0x005F0E) is unknown color: approx Green. HEX triplet: 00, 5F and 0E. RGB value is (0,95,14). Sum of RGB (Red+Green+Blue) = 0+95+14=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 95 (37.5% from 255 or 87.16% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 95 - color contains mainly: green. Hex color #005F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F0E is #FFA0F1. Grayscale: #393939. Windows color (decimal): -16752882 or 941824. OLE color: 941824.

HSL color Cylindrical-coordinate representation of color #005F0E: hue angle of 128.84º 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 #005F0E is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB09514-
CMYK100.850.63
HSL128.84º100%18.63%-
HSV(B)128.84º100%37.25%-
XYZ4.178.221.78-
YUV57.36103.5387.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 87.16%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=0%
G=87.16%
B=12.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09514100.850.63128.8410018.63
Hex05FE640553F816413
Octal01371614401257720114423
Binary01011111111011001000101010111111110000001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #005F0E;
 }
 .AnyTagClassName
 {
   color: #005F0E;
 }
</style>
background-color css

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

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

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

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

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

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