Html Css Color HEX #031D18 Dark Green

📋 copy color: '#031D18'

red 3 ◦ green 29 ◦ blue 24

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

Shades of Dark Green #031D18

Tints of Dark Green #031D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 42.86%

R = 5.36%
G = 51.79%
B = 42.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#031D18 (or 0x031D18) is known color: Dark Green. HEX triplet: 03, 1D and 18. RGB value is (3,29,24). Sum of RGB (Red+Green+Blue) = 3+29+24=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #031D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D18 is #FCE2E7. Grayscale: #141414. Windows color (decimal): -16573160 or 1580291. OLE color: 1580291.

HSL color Cylindrical-coordinate representation of color #031D18: hue angle of 168.46º 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 #031D18 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 29 24 -
CMYK 0.90 0 0.17 0.89
HSL 168.46º 0.81% 0.06% -
HSV(B) 168.46º 0.9% 0.11% -
XYZ 0.64 0.96 1.02 -
YUV 20.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 3 29 24 0.90 0 0.17 0.89 168.46 0.81 0.06
Hex 3 1D 18 5A 0 11 59 A8 51 6
Octal 3 35 30 132 0 21 131 250 121 6
Binary 11 11101 11000 1011010 0 10001 1011001 10101000 1010001 110

Color Harmonies of #031D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D18

Black with #031D18

Text Example


Text Example

White with #031D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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