Html Css Color HEX #031C12 Dark Green

📋 copy color: '#031C12'

red 3 ◦ green 28 ◦ blue 18

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

Shades of Dark Green #031C12

Tints of Dark Green #031C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 57.14%

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

R = 6.12%
G = 57.14%
B = 36.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#031C12 (or 0x031C12) is known color: Dark Green. HEX triplet: 03, 1C and 12. RGB value is (3,28,18). Sum of RGB (Red+Green+Blue) = 3+28+18=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #031C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C12 is #FCE3ED. Grayscale: #131313. Windows color (decimal): -16573422 or 1186819. OLE color: 1186819.

HSL color Cylindrical-coordinate representation of color #031C12: hue angle of 156º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C12 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 28 18 -
CMYK 0.89 0 0.36 0.89
HSL 156º 0.81% 0.06% -
HSV(B) 156º 0.89% 0.11% -
XYZ 0.56 0.89 0.72 -
YUV 19.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 3 28 18 0.89 0 0.36 0.89 156 0.81 0.06
Hex 3 1C 12 59 0 24 59 9C 51 6
Octal 3 34 22 131 0 44 131 234 121 6
Binary 11 11100 10010 1011001 0 100100 1011001 10011100 1010001 110

Color Harmonies of #031C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C12

Black with #031C12

Text Example


Text Example

White with #031C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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