#002316

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

Shades of Dark Green #002316

Tints of Dark Green #002316

Color information

#002316 (or 0x002316) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 16. RGB value is (0,35,22). Sum of RGB (Red+Green+Blue) = 0+35+22=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #002316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002316 is #FFDCE9. Grayscale: #171717. Windows color (decimal): -16768234 or 1450752. OLE color: 1450752.

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

Color convert

RGB03522-
CMYK100.370.86
HSL157.71º100%6.86%-
HSV(B)157.71º100%13.73%-
XYZ0.751.260.96-
YUV23.05127.4111.56-

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) = 61.40%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=0%
G=61.40%
B=38.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03522100.370.86157.711006.86
Hex0231664025569e647
Octal043261440451262361447
Binary010001110110110010001001011010110100111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002316; }

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

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

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

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

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

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

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

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