Html Css Color HEX #031B1B Dark Green

📋 copy color: '#031B1B'

red 3 ◦ green 27 ◦ blue 27

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

Shades of Dark Green #031B1B

Tints of Dark Green #031B1B

RGB

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

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

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

R = 5.26%
G = 47.37%
B = 47.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#031B1B (or 0x031B1B) is known color: Dark Green. HEX triplet: 03, 1B and 1B. RGB value is (3,27,27). Sum of RGB (Red+Green+Blue) = 3+27+27=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #031B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B1B is #FCE4E4. Grayscale: #131313. Windows color (decimal): -16573669 or 1776387. OLE color: 1776387.

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

Color convert

RGB 3 27 27 -
CMYK 0.89 0 0 0.89
HSL 180º 0.8% 0.06% -
HSV(B) 180º 0.89% 0.11% -
XYZ 0.63 0.88 1.17 -
YUV 19.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 3 27 27 0.89 0 0 0.89 180 0.8 0.06
Hex 3 1B 1B 59 0 0 59 B4 50 6
Octal 3 33 33 131 0 0 131 264 120 6
Binary 11 11011 11011 1011001 0 0 1011001 10110100 1010000 110

Color Harmonies of #031B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B1B

Black with #031B1B

Text Example


Text Example

White with #031B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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