Html Css Color HEX #031212 Dark Green

📋 copy color: '#031212'

red 3 ◦ green 18 ◦ blue 18

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

Shades of Dark Green #031212

Tints of Dark Green #031212

RGB

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

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

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

R = 7.69%
G = 46.15%
B = 46.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#031212 (or 0x031212) is known color: Dark Green. HEX triplet: 03, 12 and 12. RGB value is (3,18,18). Sum of RGB (Red+Green+Blue) = 3+18+18=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #031212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031212 is #FCEDED. Grayscale: #0D0D0D. Windows color (decimal): -16575982 or 1184259. OLE color: 1184259.

HSL color Cylindrical-coordinate representation of color #031212: hue angle of 180º 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 #031212 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 18 18 -
CMYK 0.83 0 0 0.93
HSL 180º 0.71% 0.04% -
HSV(B) 180º 0.83% 0.07% -
XYZ 0.36 0.5 0.65 -
YUV 13.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 3 18 18 0.83 0 0 0.93 180 0.71 0.04
Hex 3 12 12 53 0 0 5D B4 47 4
Octal 3 22 22 123 0 0 135 264 107 4
Binary 11 10010 10010 1010011 0 0 1011101 10110100 1000111 100

Color Harmonies of #031212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031212

Black with #031212

Text Example


Text Example

White with #031212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031212; }

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

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

background-color css

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

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

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

border-color css

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

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

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