#00240A

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

Shades of Dark Green #00240A

Tints of Dark Green #00240A

Color information

#00240A (or 0x00240A) is unknown color: approx Dark Green. HEX triplet: 00, 24 and 0A. RGB value is (0,36,10). Sum of RGB (Red+Green+Blue) = 0+36+10=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 36 (14.45% from 255 or 78.26% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 36 - color contains mainly: green. Hex color #00240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00240A is #FFDBF5. Grayscale: #161616. Windows color (decimal): -16767990 or 664576. OLE color: 664576.

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

Color convert

RGB03610-
CMYK100.720.86
HSL136.67º100%7.06%-
HSV(B)136.67º100%14.12%-
XYZ0.691.280.5-
YUV22.27121.07112.11-

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) = 78.26%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=0%
G=78.26%
B=21.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03610100.720.86136.671007.06
Hex024A640485689647
Octal0441214401101262111447
Binary010010010101100100010010001010110100010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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