Html Css Color HEX #031D12 Dark Green

📋 copy color: '#031D12'

red 3 ◦ green 29 ◦ blue 18

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

Shades of Dark Green #031D12

Tints of Dark Green #031D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 58%

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

R = 6%
G = 58%
B = 36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#031D12 (or 0x031D12) is known color: Dark Green. HEX triplet: 03, 1D and 12. RGB value is (3,29,18). Sum of RGB (Red+Green+Blue) = 3+29+18=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #031D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D12 is #FCE2ED. Grayscale: #131313. Windows color (decimal): -16573166 or 1187075. OLE color: 1187075.

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

Color convert

RGB 3 29 18 -
CMYK 0.90 0 0.38 0.89
HSL 154.62º 0.81% 0.06% -
HSV(B) 154.62º 0.9% 0.11% -
XYZ 0.59 0.94 0.72 -
YUV 19.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 3 29 18 0.90 0 0.38 0.89 154.62 0.81 0.06
Hex 3 1D 12 5A 0 26 59 9B 51 6
Octal 3 35 22 132 0 46 131 233 121 6
Binary 11 11101 10010 1011010 0 100110 1011001 10011011 1010001 110

Color Harmonies of #031D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D12

Black with #031D12

Text Example


Text Example

White with #031D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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