Html Css Color HEX #031918 Dark Green

📋 copy color: '#031918'

red 3 ◦ green 25 ◦ blue 24

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

Shades of Dark Green #031918

Tints of Dark Green #031918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 48.08%

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

R = 5.77%
G = 48.08%
B = 46.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#031918 (or 0x031918) is known color: Dark Green. HEX triplet: 03, 19 and 18. RGB value is (3,25,24). Sum of RGB (Red+Green+Blue) = 3+25+24=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #031918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031918 is #FCE6E7. Grayscale: #121212. Windows color (decimal): -16574184 or 1579267. OLE color: 1579267.

HSL color Cylindrical-coordinate representation of color #031918: hue angle of 177.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031918 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 25 24 -
CMYK 0.88 0 0.04 0.90
HSL 177.27º 0.79% 0.05% -
HSV(B) 177.27º 0.88% 0.1% -
XYZ 0.55 0.78 0.99 -
YUV 18.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 3 25 24 0.88 0 0.04 0.90 177.27 0.79 0.05
Hex 3 19 18 58 0 4 5A B1 4F 5
Octal 3 31 30 130 0 4 132 261 117 5
Binary 11 11001 11000 1011000 0 100 1011010 10110001 1001111 101

Color Harmonies of #031918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031918

Black with #031918

Text Example


Text Example

White with #031918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031918; }

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

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

background-color css

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

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

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

border-color css

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

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

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