Html Css Color HEX #031B18 Dark Green

📋 copy color: '#031B18'

red 3 ◦ green 27 ◦ blue 24

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

Shades of Dark Green #031B18

Tints of Dark Green #031B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 50%

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

R = 5.56%
G = 50%
B = 44.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#031B18 (or 0x031B18) is known color: Dark Green. HEX triplet: 03, 1B and 18. RGB value is (3,27,24). Sum of RGB (Red+Green+Blue) = 3+27+24=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #031B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B18 is #FCE4E7. Grayscale: #131313. Windows color (decimal): -16573672 or 1579779. OLE color: 1579779.

HSL color Cylindrical-coordinate representation of color #031B18: hue angle of 172.5º degrees, saturation: 0.8, 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 #031B18 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 27 24 -
CMYK 0.89 0 0.11 0.89
HSL 172.5º 0.8% 0.06% -
HSV(B) 172.5º 0.89% 0.11% -
XYZ 0.59 0.87 1 -
YUV 19.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 3 27 24 0.89 0 0.11 0.89 172.5 0.8 0.06
Hex 3 1B 18 59 0 B 59 AC 50 6
Octal 3 33 30 131 0 13 131 254 120 6
Binary 11 11011 11000 1011001 0 1011 1011001 10101100 1010000 110

Color Harmonies of #031B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B18

Black with #031B18

Text Example


Text Example

White with #031B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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