#002319

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

Shades of Dark Green #002319

Tints of Dark Green #002319

Color information

#002319 (or 0x002319) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 19. RGB value is (0,35,25). Sum of RGB (Red+Green+Blue) = 0+35+25=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #002319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002319 is #FFDCE6. Grayscale: #171717. Windows color (decimal): -16768231 or 1647360. OLE color: 1647360.

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

Color convert

RGB03525-
CMYK100.290.86
HSL162.86º100%6.86%-
HSV(B)162.86º100%13.73%-
XYZ0.781.271.12-
YUV23.4128.9111.31-

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) = 58.33%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=0%
G=58.33%
B=41.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03525100.290.86162.861006.86
Hex023196401D56a3647
Octal043311440351262431447
Binary01000111100111001000111011010110101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002319; }

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

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

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

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

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

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

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

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