Html Css Color HEX #011F0B Dark Green

📋 copy color: '#011F0B'

red 1 ◦ green 31 ◦ blue 11

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

Shades of Dark Green #011F0B

Tints of Dark Green #011F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 25.58%

R = 2.33%
G = 72.09%
B = 25.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#011F0B (or 0x011F0B) is known color: Dark Green. HEX triplet: 01, 1F and 0B. RGB value is (1,31,11). Sum of RGB (Red+Green+Blue) = 1+31+11=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 31 (12.5% from 255 or 72.09% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 31 - color contains mainly: green. Hex color #011F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F0B is #FEE0F4. Grayscale: #131313. Windows color (decimal): -16703733 or 728833. OLE color: 728833.

HSL color Cylindrical-coordinate representation of color #011F0B: hue angle of 140º 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 #011F0B is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 31 11 -
CMYK 0.97 0 0.65 0.88
HSL 140º 0.94% 0.06% -
HSV(B) 140º 0.97% 0.12% -
XYZ 0.56 1.01 0.48 -
YUV 19.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 1 31 11 0.97 0 0.65 0.88 140 0.94 0.06
Hex 1 1F B 61 0 41 58 8C 5E 6
Octal 1 37 13 141 0 101 130 214 136 6
Binary 1 11111 1011 1100001 0 1000001 1011000 10001100 1011110 110

Color Harmonies of #011F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F0B

Black with #011F0B

Text Example


Text Example

White with #011F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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