#005D0F

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

Shades of Green #005D0F

Tints of Green #005D0F

Color information

#005D0F (or 0x005D0F) is unknown color: approx Green. HEX triplet: 00, 5D and 0F. RGB value is (0,93,15). Sum of RGB (Red+Green+Blue) = 0+93+15=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 93 (36.72% from 255 or 86.11% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 93 - color contains mainly: green. Hex color #005D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005D0F is #FFA2F0. Grayscale: #383838. Windows color (decimal): -16753393 or 1006848. OLE color: 1006848.

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

Color convert

RGB09315-
CMYK100.840.64
HSL129.68º100%18.24%-
HSV(B)129.68º100%36.47%-
XYZ47.861.76-
YUV56.3104.6987.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 93 (36.72% from 255) = 86.11%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=0%
G=86.11%
B=13.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09315100.840.64129.6810018.24
Hex05DF6405440826412
Octal013517144012410020214422
Binary010111011111110010001010100100000010000010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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