Html Css Color HEX #011B07 Dark Green

📋 copy color: '#011B07'

red 1 ◦ green 27 ◦ blue 7

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

Shades of Dark Green #011B07

Tints of Dark Green #011B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 20%

R = 2.86%
G = 77.14%
B = 20%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.89

RGB Variations

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

Color information

#011B07 (or 0x011B07) is known color: Dark Green. HEX triplet: 01, 1B and 07. RGB value is (1,27,7). Sum of RGB (Red+Green+Blue) = 1+27+7=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 27 (10.94% from 255 or 77.14% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 27 - color contains mainly: green. Hex color #011B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B07 is #FEE4F8. Grayscale: #111111. Windows color (decimal): -16704761 or 465665. OLE color: 465665.

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

Color convert

RGB 1 27 7 -
CMYK 0.96 0 0.74 0.89
HSL 133.85º 0.93% 0.05% -
HSV(B) 133.85º 0.96% 0.11% -
XYZ 0.44 0.81 0.33 -
YUV 16.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 1 27 7 0.96 0 0.74 0.89 133.85 0.93 0.05
Hex 1 1B 7 60 0 4A 59 86 5D 5
Octal 1 33 7 140 0 112 131 206 135 5
Binary 1 11011 111 1100000 0 1001010 1011001 10000110 1011101 101

Color Harmonies of #011B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B07

Black with #011B07

Text Example


Text Example

White with #011B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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