Html Css Color HEX #003316 Dark Green

📋 copy color: '#003316'

red 0 ◦ green 51 ◦ blue 22

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

Shades of Dark Green #003316

Tints of Dark Green #003316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 69.86%

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

R = 0%
G = 69.86%
B = 30.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#003316 (or 0x003316) is known color: Dark Green. HEX triplet: 00, 33 and 16. RGB value is (0,51,22). Sum of RGB (Red+Green+Blue) = 0+51+22=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #003316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003316 is #FFCCE9. Grayscale: #202020. Windows color (decimal): -16764138 or 1454848. OLE color: 1454848.

HSL color Cylindrical-coordinate representation of color #003316: hue angle of 145.88º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003316 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 22 -
CMYK 1 0 0.57 0.8
HSL 145.88º 1% 0.1% -
HSV(B) 145.88º 1% 0.2% -
XYZ 1.33 2.43 1.16 -
YUV 32.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 0 51 22 1 0 0.57 0.8 145.88 1 0.1
Hex 0 33 16 64 0 39 50 92 64 A
Octal 0 63 26 144 0 71 120 222 144 12
Binary 0 110011 10110 1100100 0 111001 1010000 10010010 1100100 1010

Color Harmonies of #003316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003316

Black with #003316

Text Example


Text Example

White with #003316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003316; }

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

 H1.HeaderClassName
 {
   color: #003316;
 }
 .AnyTagClassName
 {
   color: #003316;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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