#002518

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

Shades of Dark Green #002518

Tints of Dark Green #002518

Color information

#002518 (or 0x002518) is unknown color: approx Dark Green. HEX triplet: 00, 25 and 18. RGB value is (0,37,24). Sum of RGB (Red+Green+Blue) = 0+37+24=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #002518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002518 is #FFDAE7. Grayscale: #181818. Windows color (decimal): -16767720 or 1582336. OLE color: 1582336.

HSL color Cylindrical-coordinate representation of color #002518: hue angle of 158.92º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002518 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB03724-
CMYK100.350.85
HSL158.92º100%7.25%-
HSV(B)158.92º100%14.51%-
XYZ0.831.391.09-
YUV24.46127.74110.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=0%
G=60.66%
B=39.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03724100.350.85158.921007.25
Hex0251864023559f647
Octal045301440431252371447
Binary010010111000110010001000111010101100111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002518; }

 p { color: rgb(0,37,24); }

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

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

 a { background-color: rgb(0,37,24); }

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

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

 span { border-color: rgb(0,37,24); }

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