Html Css Color HEX #031F1B Dark Green

📋 copy color: '#031F1B'

red 3 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #031F1B

Tints of Dark Green #031F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 50.82%

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

R = 4.92%
G = 50.82%
B = 44.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#031F1B (or 0x031F1B) is known color: Dark Green. HEX triplet: 03, 1F and 1B. RGB value is (3,31,27). Sum of RGB (Red+Green+Blue) = 3+31+27=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #031F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F1B is #FCE0E4. Grayscale: #161616. Windows color (decimal): -16572645 or 1777411. OLE color: 1777411.

HSL color Cylindrical-coordinate representation of color #031F1B: hue angle of 171.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031F1B is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 31 27 -
CMYK 0.90 0 0.13 0.88
HSL 171.43º 0.82% 0.07% -
HSV(B) 171.43º 0.9% 0.12% -
XYZ 0.73 1.08 1.21 -
YUV 22.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 3 31 27 0.90 0 0.13 0.88 171.43 0.82 0.07
Hex 3 1F 1B 5A 0 D 58 AB 52 7
Octal 3 37 33 132 0 15 130 253 122 7
Binary 11 11111 11011 1011010 0 1101 1011000 10101011 1010010 111

Color Harmonies of #031F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F1B

Black with #031F1B

Text Example


Text Example

White with #031F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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