Html Css Color HEX #001B18 Dark Green

📋 copy color: '#001B18'

red 0 ◦ green 27 ◦ blue 24

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

Shades of Dark Green #001B18

Tints of Dark Green #001B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 47.06%

R = 0%
G = 52.94%
B = 47.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#001B18 (or 0x001B18) is known color: Dark Green. HEX triplet: 00, 1B and 18. RGB value is (0,27,24). Sum of RGB (Red+Green+Blue) = 0+27+24=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #001B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B18 is #FFE4E7. Grayscale: #121212. Windows color (decimal): -16770280 or 1579776. OLE color: 1579776.

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

Color convert

RGB 0 27 24 -
CMYK 1 0 0.11 0.89
HSL 173.33º 1% 0.05% -
HSV(B) 173.33º 1% 0.11% -
XYZ 0.56 0.85 1 -
YUV 18.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 0 27 24 1 0 0.11 0.89 173.33 1 0.05
Hex 0 1B 18 64 0 B 59 AD 64 5
Octal 0 33 30 144 0 13 131 255 144 5
Binary 0 11011 11000 1100100 0 1011 1011001 10101101 1100100 101

Color Harmonies of #001B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B18

Black with #001B18

Text Example


Text Example

White with #001B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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