Html Css Color HEX #001A1B Dark Green

📋 copy color: '#001A1B'

red 0 ◦ green 26 ◦ blue 27

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

Shades of Dark Green #001A1B

Tints of Dark Green #001A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 49.06%

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

R = 0%
G = 49.06%
B = 50.94%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#001A1B (or 0x001A1B) is known color: Dark Green. HEX triplet: 00, 1A and 1B. RGB value is (0,26,27). Sum of RGB (Red+Green+Blue) = 0+26+27=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #001A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A1B is #FFE5E4. Grayscale: #121212. Windows color (decimal): -16770533 or 1776128. OLE color: 1776128.

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

Color convert

RGB 0 26 27 -
CMYK 1 0.04 0 0.89
HSL 182.22º 1% 0.05% -
HSV(B) 182.22º 1% 0.11% -
XYZ 0.57 0.82 1.16 -
YUV 18.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 0 26 27 1 0.04 0 0.89 182.22 1 0.05
Hex 0 1A 1B 64 4 0 59 B6 64 5
Octal 0 32 33 144 4 0 131 266 144 5
Binary 0 11010 11011 1100100 100 0 1011001 10110110 1100100 101

Color Harmonies of #001A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A1B

Black with #001A1B

Text Example


Text Example

White with #001A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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