Html Css Color HEX #011B0A Dark Green

📋 copy color: '#011B0A'

red 1 ◦ green 27 ◦ blue 10

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

Shades of Dark Green #011B0A

Tints of Dark Green #011B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 26.32%

R = 2.63%
G = 71.05%
B = 26.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#011B0A (or 0x011B0A) is known color: Dark Green. HEX triplet: 01, 1B and 0A. RGB value is (1,27,10). Sum of RGB (Red+Green+Blue) = 1+27+10=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 27 (10.94% from 255 or 71.05% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 27 - color contains mainly: green. Hex color #011B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B0A is #FEE4F5. Grayscale: #111111. Windows color (decimal): -16704758 or 662273. OLE color: 662273.

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

Color convert

RGB 1 27 10 -
CMYK 0.96 0 0.63 0.89
HSL 140.77º 0.93% 0.05% -
HSV(B) 140.77º 0.96% 0.11% -
XYZ 0.46 0.81 0.42 -
YUV 17.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 1 27 10 0.96 0 0.63 0.89 140.77 0.93 0.05
Hex 1 1B A 60 0 3F 59 8D 5D 5
Octal 1 33 12 140 0 77 131 215 135 5
Binary 1 11011 1010 1100000 0 111111 1011001 10001101 1011101 101

Color Harmonies of #011B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B0A

Black with #011B0A

Text Example


Text Example

White with #011B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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