Html Css Color HEX #002316 Dark Green

📋 copy color: '#002316'

red 0 ◦ green 35 ◦ blue 22

#002316
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #002316

Tints of Dark Green #002316

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 35 (14.06% from 255) = 61.4%

 BLUE value IS 22 (8.98% from 255) = 38.6%

R = 0%
G = 61.4%
B = 38.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.86

RGB Variations

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

Color information

#002316 (or 0x002316) is known color: 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

RGB 0 35 22 -
CMYK 1 0 0.37 0.86
HSL 157.71º 1% 0.07% -
HSV(B) 157.71º 1% 0.14% -
XYZ 0.75 1.26 0.96 -
YUV 23.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 0 35 22 1 0 0.37 0.86 157.71 1 0.07
Hex 0 23 16 64 0 25 56 9E 64 7
Octal 0 43 26 144 0 45 126 236 144 7
Binary 0 100011 10110 1100100 0 100101 1010110 10011110 1100100 111

Color Harmonies of #002316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002316

Black with #002316

Text Example


Text Example

White with #002316

Text Example


Text Example

HTML Codes & Css Web 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>