Html Css Color HEX #011B19 Dark Green

📋 copy color: '#011B19'

red 1 ◦ green 27 ◦ blue 25

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

Shades of Dark Green #011B19

Tints of Dark Green #011B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 47.17%

R = 1.89%
G = 50.94%
B = 47.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#011B19 (or 0x011B19) is known color: Dark Green. HEX triplet: 01, 1B and 19. RGB value is (1,27,25). Sum of RGB (Red+Green+Blue) = 1+27+25=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #011B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B19 is #FEE4E6. Grayscale: #121212. Windows color (decimal): -16704743 or 1645313. OLE color: 1645313.

HSL color Cylindrical-coordinate representation of color #011B19: hue angle of 175.38º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011B19 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 27 25 -
CMYK 0.96 0 0.07 0.89
HSL 175.38º 0.93% 0.05% -
HSV(B) 175.38º 0.96% 0.11% -
XYZ 0.58 0.86 1.06 -
YUV 19 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 1 27 25 0.96 0 0.07 0.89 175.38 0.93 0.05
Hex 1 1B 19 60 0 7 59 AF 5D 5
Octal 1 33 31 140 0 7 131 257 135 5
Binary 1 11011 11001 1100000 0 111 1011001 10101111 1011101 101

Color Harmonies of #011B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B19

Black with #011B19

Text Example


Text Example

White with #011B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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