Html Css Color HEX #001B1B Dark Green

📋 copy color: '#001B1B'

red 0 ◦ green 27 ◦ blue 27

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

Shades of Dark Green #001B1B

Tints of Dark Green #001B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#001B1B (or 0x001B1B) is known color: Dark Green. HEX triplet: 00, 1B and 1B. RGB value is (0,27,27). Sum of RGB (Red+Green+Blue) = 0+27+27=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #001B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B1B is #FFE4E4. Grayscale: #121212. Windows color (decimal): -16770277 or 1776384. OLE color: 1776384.

HSL color Cylindrical-coordinate representation of color #001B1B: hue angle of 180º 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 #001B1B is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 27 27 -
CMYK 1 0 0 0.89
HSL 180º 1% 0.05% -
HSV(B) 180º 1% 0.11% -
XYZ 0.59 0.86 1.17 -
YUV 18.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 0 27 27 1 0 0 0.89 180 1 0.05
Hex 0 1B 1B 64 0 0 59 B4 64 5
Octal 0 33 33 144 0 0 131 264 144 5
Binary 0 11011 11011 1100100 0 0 1011001 10110100 1100100 101

Color Harmonies of #001B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B1B

Black with #001B1B

Text Example


Text Example

White with #001B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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