#002411

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

Shades of Dark Green #002411

Tints of Dark Green #002411

Color information

#002411 (or 0x002411) is unknown color: approx Dark Green. HEX triplet: 00, 24 and 11. RGB value is (0,36,17). Sum of RGB (Red+Green+Blue) = 0+36+17=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #002411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002411 is #FFDBEE. Grayscale: #171717. Windows color (decimal): -16767983 or 1123328. OLE color: 1123328.

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

Color convert

RGB03617-
CMYK100.530.86
HSL148.33º100%7.06%-
HSV(B)148.33º100%14.12%-
XYZ0.731.30.74-
YUV23.07124.57111.54-

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) = 67.92%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=0%
G=67.92%
B=32.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03617100.530.86148.331007.06
Hex02411640355694647
Octal044211440651262241447
Binary010010010001110010001101011010110100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002411; }

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

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

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

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

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

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

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

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