#00180D

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

Shades of Dark Green #00180D

Tints of Dark Green #00180D

Color information

#00180D (or 0x00180D) is unknown color: approx Dark Green. HEX triplet: 00, 18 and 0D. RGB value is (0,24,13). Sum of RGB (Red+Green+Blue) = 0+24+13=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #00180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180D is #FFE7F2. Grayscale: #0F0F0F. Windows color (decimal): -16771059 or 858112. OLE color: 858112.

HSL color Cylindrical-coordinate representation of color #00180D: hue angle of 152.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00180D is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB02413-
CMYK100.460.91
HSL152.5º100%4.71%-
HSV(B)152.5º100%9.41%-
XYZ0.40.680.49-
YUV15.57126.55116.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 64.86%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=0%
G=64.86%
B=35.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02413100.460.91152.51004.71
Hex018D6402E5B98645
Octal030151440561332301445
Binary0110001101110010001011101011011100110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00180D; }

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

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

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

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

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

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

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

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