Html Css Color HEX #031211 Dark Green

📋 copy color: '#031211'

red 3 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #031211

Tints of Dark Green #031211

RGB

 RED value IS 3 (1.56% from 255) = 7.89%

 GREEN value IS 18 (7.42% from 255) = 47.37%

 BLUE value IS 17 (7.03% from 255) = 44.74%

R = 7.89%
G = 47.37%
B = 44.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#031211 (or 0x031211) is known color: Dark Green. HEX triplet: 03, 12 and 11. RGB value is (3,18,17). Sum of RGB (Red+Green+Blue) = 3+18+17=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #031211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031211 is #FCEDEE. Grayscale: #0D0D0D. Windows color (decimal): -16575983 or 1118723. OLE color: 1118723.

HSL color Cylindrical-coordinate representation of color #031211: hue angle of 176º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #031211 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 18 17 -
CMYK 0.83 0 0.06 0.93
HSL 176º 0.71% 0.04% -
HSV(B) 176º 0.83% 0.07% -
XYZ 0.36 0.49 0.61 -
YUV 13.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 3 18 17 0.83 0 0.06 0.93 176 0.71 0.04
Hex 3 12 11 53 0 6 5D B0 47 4
Octal 3 22 21 123 0 6 135 260 107 4
Binary 11 10010 10001 1010011 0 110 1011101 10110000 1000111 100

Color Harmonies of #031211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031211

Black with #031211

Text Example


Text Example

White with #031211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031211; }

 p { color: rgb(3,18,17); }

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

background-color css

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

 a { background-color: rgb(3,18,17); }

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

border-color css

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

 span { border-color: rgb(3,18,17); }

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