#002311

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

Shades of Dark Green #002311

Tints of Dark Green #002311

Color information

#002311 (or 0x002311) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 11. RGB value is (0,35,17). Sum of RGB (Red+Green+Blue) = 0+35+17=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #002311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002311 is #FFDCEE. Grayscale: #161616. Windows color (decimal): -16768239 or 1123072. OLE color: 1123072.

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

Color convert

RGB03517-
CMYK100.510.86
HSL149.14º100%6.86%-
HSV(B)149.14º100%13.73%-
XYZ0.71.240.73-
YUV22.48124.9111.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 67.31%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=0%
G=67.31%
B=32.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03517100.510.86149.141006.86
Hex02311640335695647
Octal043211440631262251447
Binary010001110001110010001100111010110100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002311; }

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

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

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

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

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

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

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

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