Html Css Color HEX #031C1B Dark Green

📋 copy color: '#031C1B'

red 3 ◦ green 28 ◦ blue 27

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

Shades of Dark Green #031C1B

Tints of Dark Green #031C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 48.28%

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

R = 5.17%
G = 48.28%
B = 46.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#031C1B (or 0x031C1B) is known color: Dark Green. HEX triplet: 03, 1C and 1B. RGB value is (3,28,27). Sum of RGB (Red+Green+Blue) = 3+28+27=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 28 (11.33% from 255 or 48.28% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 28 - color contains mainly: green. Hex color #031C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C1B is #FCE3E4. Grayscale: #141414. Windows color (decimal): -16573413 or 1776643. OLE color: 1776643.

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

Color convert

RGB 3 28 27 -
CMYK 0.89 0 0.04 0.89
HSL 177.6º 0.81% 0.06% -
HSV(B) 177.6º 0.89% 0.11% -
XYZ 0.65 0.93 1.18 -
YUV 20.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 3 28 27 0.89 0 0.04 0.89 177.6 0.81 0.06
Hex 3 1C 1B 59 0 4 59 B2 51 6
Octal 3 34 33 131 0 4 131 262 121 6
Binary 11 11100 11011 1011001 0 100 1011001 10110010 1010001 110

Color Harmonies of #031C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C1B

Black with #031C1B

Text Example


Text Example

White with #031C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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