#00240D

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

Shades of Dark Green #00240D

Tints of Dark Green #00240D

Color information

#00240D (or 0x00240D) is unknown color: approx Dark Green. HEX triplet: 00, 24 and 0D. RGB value is (0,36,13). Sum of RGB (Red+Green+Blue) = 0+36+13=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 36 (14.45% from 255 or 73.47% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 36 - color contains mainly: green. Hex color #00240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00240D is #FFDBF2. Grayscale: #161616. Windows color (decimal): -16767987 or 861184. OLE color: 861184.

HSL color Cylindrical-coordinate representation of color #00240D: hue angle of 141.67º 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 #00240D is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB03613-
CMYK100.640.86
HSL141.67º100%7.06%-
HSV(B)141.67º100%14.12%-
XYZ0.71.290.59-
YUV22.61122.57111.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 73.47%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=0%
G=73.47%
B=26.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03613100.640.86141.671007.06
Hex024D64040568e647
Octal0441514401001262161447
Binary010010011011100100010000001010110100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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