Html Css Color HEX #001B0C Dark Green

📋 copy color: '#001B0C'

red 0 ◦ green 27 ◦ blue 12

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

Shades of Dark Green #001B0C

Tints of Dark Green #001B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 30.77%

R = 0%
G = 69.23%
B = 30.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.89

RGB Variations

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

Color information

#001B0C (or 0x001B0C) is known color: Dark Green. HEX triplet: 00, 1B and 0C. RGB value is (0,27,12). Sum of RGB (Red+Green+Blue) = 0+27+12=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 27 (10.94% from 255 or 69.23% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 27 - color contains mainly: green. Hex color #001B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B0C is #FFE4F3. Grayscale: #111111. Windows color (decimal): -16770292 or 793344. OLE color: 793344.

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

Color convert

RGB 0 27 12 -
CMYK 1 0 0.56 0.89
HSL 146.67º 1% 0.05% -
HSV(B) 146.67º 1% 0.11% -
XYZ 0.46 0.81 0.48 -
YUV 17.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 0 27 12 1 0 0.56 0.89 146.67 1 0.05
Hex 0 1B C 64 0 38 59 93 64 5
Octal 0 33 14 144 0 70 131 223 144 5
Binary 0 11011 1100 1100100 0 111000 1011001 10010011 1100100 101

Color Harmonies of #001B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B0C

Black with #001B0C

Text Example


Text Example

White with #001B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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