Html Css Color HEX #011F1B Dark Green

📋 copy color: '#011F1B'

red 1 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #011F1B

Tints of Dark Green #011F1B

RGB

 RED value IS 1 (0.78% from 255) = 1.69%

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

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

R = 1.69%
G = 52.54%
B = 45.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#011F1B (or 0x011F1B) is known color: Dark Green. HEX triplet: 01, 1F and 1B. RGB value is (1,31,27). Sum of RGB (Red+Green+Blue) = 1+31+27=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #011F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F1B is #FEE0E4. Grayscale: #151515. Windows color (decimal): -16703717 or 1777409. OLE color: 1777409.

HSL color Cylindrical-coordinate representation of color #011F1B: hue angle of 172º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F1B is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 31 27 -
CMYK 0.97 0 0.13 0.88
HSL 172º 0.94% 0.06% -
HSV(B) 172º 0.97% 0.12% -
XYZ 0.7 1.07 1.21 -
YUV 21.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 1 31 27 0.97 0 0.13 0.88 172 0.94 0.06
Hex 1 1F 1B 61 0 D 58 AC 5E 6
Octal 1 37 33 141 0 15 130 254 136 6
Binary 1 11111 11011 1100001 0 1101 1011000 10101100 1011110 110

Color Harmonies of #011F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F1B

Black with #011F1B

Text Example


Text Example

White with #011F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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