#00180F

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

Shades of Dark Green #00180F

Tints of Dark Green #00180F

Color information

#00180F (or 0x00180F) is unknown color: approx Dark Green. HEX triplet: 00, 18 and 0F. RGB value is (0,24,15). Sum of RGB (Red+Green+Blue) = 0+24+15=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #00180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00180F is #FFE7F0. Grayscale: #0F0F0F. Windows color (decimal): -16771057 or 989184. OLE color: 989184.

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

Color convert

RGB02415-
CMYK100.370.91
HSL157.5º100%4.71%-
HSV(B)157.5º100%9.41%-
XYZ0.410.690.56-
YUV15.8127.55116.73-

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) = 61.54%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=0%
G=61.54%
B=38.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02415100.370.91157.51004.71
Hex018F640255B9e645
Octal030171440451332361445
Binary0110001111110010001001011011011100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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