Html Css Color HEX #031B14 Dark Green

📋 copy color: '#031B14'

red 3 ◦ green 27 ◦ blue 20

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

Shades of Dark Green #031B14

Tints of Dark Green #031B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 40%

R = 6%
G = 54%
B = 40%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#031B14 (or 0x031B14) is known color: Dark Green. HEX triplet: 03, 1B and 14. RGB value is (3,27,20). Sum of RGB (Red+Green+Blue) = 3+27+20=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #031B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B14 is #FCE4EB. Grayscale: #131313. Windows color (decimal): -16573676 or 1317635. OLE color: 1317635.

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

Color convert

RGB 3 27 20 -
CMYK 0.89 0 0.26 0.89
HSL 162.5º 0.8% 0.06% -
HSV(B) 162.5º 0.89% 0.11% -
XYZ 0.56 0.85 0.8 -
YUV 19.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 3 27 20 0.89 0 0.26 0.89 162.5 0.8 0.06
Hex 3 1B 14 59 0 1A 59 A2 50 6
Octal 3 33 24 131 0 32 131 242 120 6
Binary 11 11011 10100 1011001 0 11010 1011001 10100010 1010000 110

Color Harmonies of #031B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B14

Black with #031B14

Text Example


Text Example

White with #031B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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