Html Css Color HEX #000B04 Dark Green

📋 copy color: '#000B04'

red 0 ◦ green 11 ◦ blue 4

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

Shades of Dark Green #000B04

Tints of Dark Green #000B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 73.33%

 BLUE value IS 4 (1.95% from 255) = 26.67%

R = 0%
G = 73.33%
B = 26.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.96

RGB Variations

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

Color information

#000B04 (or 0x000B04) is known color: Dark Green. HEX triplet: 00, 0B and 04. RGB value is (0,11,4). Sum of RGB (Red+Green+Blue) = 0+11+4=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 11 (4.69% from 255 or 73.33% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 11 - color contains mainly: green. Hex color #000B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B04 is #FFF4FB. Grayscale: #060606. Windows color (decimal): -16774396 or 264960. OLE color: 264960.

HSL color Cylindrical-coordinate representation of color #000B04: hue angle of 141.82º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B04 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.96.

Color convert

RGB 0 11 4 -
CMYK 1 0 0.64 0.96
HSL 141.82º 1% 0.02% -
HSV(B) 141.82º 1% 0.04% -
XYZ 0.14 0.25 0.16 -
YUV 6.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 0 11 4 1 0 0.64 0.96 141.82 1 0.02
Hex 0 B 4 64 0 40 60 8E 64 2
Octal 0 13 4 144 0 100 140 216 144 2
Binary 0 1011 100 1100100 0 1000000 1100000 10001110 1100100 10

Color Harmonies of #000B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B04

Black with #000B04

Text Example


Text Example

White with #000B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B04; }

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

 H1.HeaderClassName
 {
   color: #000B04;
 }
 .AnyTagClassName
 {
   color: #000B04;
 }
</style>

background-color css

<style>
 a { background-color: #000B04; }

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

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

border-color css

<style>
 span { border-color: #000B04; }

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

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