Html Css Color HEX #003312 Dark Green

📋 copy color: '#003312'

red 0 ◦ green 51 ◦ blue 18

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

Shades of Dark Green #003312

Tints of Dark Green #003312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.09%

R = 0%
G = 73.91%
B = 26.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#003312 (or 0x003312) is known color: Dark Green. HEX triplet: 00, 33 and 12. RGB value is (0,51,18). Sum of RGB (Red+Green+Blue) = 0+51+18=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #003312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003312 is #FFCCED. Grayscale: #202020. Windows color (decimal): -16764142 or 1192704. OLE color: 1192704.

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

Color convert

RGB 0 51 18 -
CMYK 1 0 0.65 0.8
HSL 141.18º 1% 0.1% -
HSV(B) 141.18º 1% 0.2% -
XYZ 1.29 2.41 0.97 -
YUV 31.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 0 51 18 1 0 0.65 0.8 141.18 1 0.1
Hex 0 33 12 64 0 41 50 8D 64 A
Octal 0 63 22 144 0 101 120 215 144 12
Binary 0 110011 10010 1100100 0 1000001 1010000 10001101 1100100 1010

Color Harmonies of #003312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003312

Black with #003312

Text Example


Text Example

White with #003312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003312; }

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

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

background-color css

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

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

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

border-color css

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

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

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