#002318

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

Shades of Dark Green #002318

Tints of Dark Green #002318

Color information

#002318 (or 0x002318) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 18. RGB value is (0,35,24). Sum of RGB (Red+Green+Blue) = 0+35+24=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #002318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002318 is #FFDCE7. Grayscale: #171717. Windows color (decimal): -16768232 or 1581824. OLE color: 1581824.

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

Color convert

RGB03524-
CMYK100.310.86
HSL161.14º100%6.86%-
HSV(B)161.14º100%13.73%-
XYZ0.771.271.07-
YUV23.28128.4111.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=0%
G=59.32%
B=40.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03524100.310.86161.141006.86
Hex023186401F56a1647
Octal043301440371262411447
Binary01000111100011001000111111010110101000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002318; }

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

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

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

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

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

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

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

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