#00150F

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

Shades of Dark Green #00150F

Tints of Dark Green #00150F

Color information

#00150F (or 0x00150F) is unknown color: approx Dark Green. HEX triplet: 00, 15 and 0F. RGB value is (0,21,15). Sum of RGB (Red+Green+Blue) = 0+21+15=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #00150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00150F is #FFEAF0. Grayscale: #0E0E0E. Windows color (decimal): -16771825 or 988416. OLE color: 988416.

HSL color Cylindrical-coordinate representation of color #00150F: hue angle of 162.86º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00150F is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB02115-
CMYK100.290.92
HSL162.86º100%4.12%-
HSV(B)162.86º100%8.24%-
XYZ0.350.570.54-
YUV14.04128.54117.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 58.33%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=0%
G=58.33%
B=41.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal02115100.290.92162.861004.12
Hex015F6401D5Ca3644
Octal025171440351342431444
Binary010101111111001000111011011100101000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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