Html Css Color HEX #031D1B Dark Green

📋 copy color: '#031D1B'

red 3 ◦ green 29 ◦ blue 27

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

Shades of Dark Green #031D1B

Tints of Dark Green #031D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 45.76%

R = 5.08%
G = 49.15%
B = 45.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#031D1B (or 0x031D1B) is known color: Dark Green. HEX triplet: 03, 1D and 1B. RGB value is (3,29,27). Sum of RGB (Red+Green+Blue) = 3+29+27=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #031D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D1B is #FCE2E4. Grayscale: #141414. Windows color (decimal): -16573157 or 1776899. OLE color: 1776899.

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

Color convert

RGB 3 29 27 -
CMYK 0.90 0 0.07 0.89
HSL 175.38º 0.81% 0.06% -
HSV(B) 175.38º 0.9% 0.11% -
XYZ 0.67 0.98 1.19 -
YUV 21 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 3 29 27 0.90 0 0.07 0.89 175.38 0.81 0.06
Hex 3 1D 1B 5A 0 7 59 AF 51 6
Octal 3 35 33 132 0 7 131 257 121 6
Binary 11 11101 11011 1011010 0 111 1011001 10101111 1010001 110

Color Harmonies of #031D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D1B

Black with #031D1B

Text Example


Text Example

White with #031D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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