Html Css Color HEX #001B0B Dark Green

📋 copy color: '#001B0B'

red 0 ◦ green 27 ◦ blue 11

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

Shades of Dark Green #001B0B

Tints of Dark Green #001B0B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 71.05%
B = 28.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#001B0B (or 0x001B0B) is known color: Dark Green. HEX triplet: 00, 1B and 0B. RGB value is (0,27,11). Sum of RGB (Red+Green+Blue) = 0+27+11=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 27 (10.94% from 255 or 71.05% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 27 - color contains mainly: green. Hex color #001B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B0B is #FFE4F4. Grayscale: #111111. Windows color (decimal): -16770293 or 727808. OLE color: 727808.

HSL color Cylindrical-coordinate representation of color #001B0B: hue angle of 144.44º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B0B is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 27 11 -
CMYK 1 0 0.59 0.89
HSL 144.44º 1% 0.05% -
HSV(B) 144.44º 1% 0.11% -
XYZ 0.45 0.81 0.45 -
YUV 17.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 0 27 11 1 0 0.59 0.89 144.44 1 0.05
Hex 0 1B B 64 0 3B 59 90 64 5
Octal 0 33 13 144 0 73 131 220 144 5
Binary 0 11011 1011 1100100 0 111011 1011001 10010000 1100100 101

Color Harmonies of #001B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B0B

Black with #001B0B

Text Example


Text Example

White with #001B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001B0B; }

 p { color: rgb(0,27,11); }

 H1.HeaderClassName
 {
   color: #001B0B;
 }
 .AnyTagClassName
 {
   color: #001B0B;
 }
</style>

background-color css

<style>
 a { background-color: #001B0B; }

 a { background-color: rgb(0,27,11); }

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

border-color css

<style>
 span { border-color: #001B0B; }

 span { border-color: rgb(0,27,11); }

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