#00180B

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

Shades of Dark Green #00180B

Tints of Dark Green #00180B

Color information

#00180B (or 0x00180B) is unknown color: approx Dark Green. HEX triplet: 00, 18 and 0B. RGB value is (0,24,11). Sum of RGB (Red+Green+Blue) = 0+24+11=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #00180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180B is #FFE7F4. Grayscale: #0F0F0F. Windows color (decimal): -16771061 or 727040. OLE color: 727040.

HSL color Cylindrical-coordinate representation of color #00180B: hue angle of 147.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 #00180B is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB02411-
CMYK100.540.91
HSL147.5º100%4.71%-
HSV(B)147.5º100%9.41%-
XYZ0.390.680.43-
YUV15.34125.55117.06-

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) = 68.57%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=0%
G=68.57%
B=31.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02411100.540.91147.51004.71
Hex018B640365B94645
Octal030131440661332241445
Binary0110001011110010001101101011011100101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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