#002313

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

Shades of Dark Green #002313

Tints of Dark Green #002313

Color information

#002313 (or 0x002313) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 13. RGB value is (0,35,19). Sum of RGB (Red+Green+Blue) = 0+35+19=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #002313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002313 is #FFDCEC. Grayscale: #161616. Windows color (decimal): -16768237 or 1254144. OLE color: 1254144.

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

Color convert

RGB03519-
CMYK100.460.86
HSL152.57º100%6.86%-
HSV(B)152.57º100%13.73%-
XYZ0.721.250.82-
YUV22.71125.9111.8-

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) = 64.81%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=0%
G=64.81%
B=35.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03519100.460.86152.571006.86
Hex023136402E5699647
Octal043231440561262311447
Binary010001110011110010001011101010110100110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002313; }

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

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

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

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

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

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

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

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