Html Css Color HEX #00110F Dark Green

📋 copy color: '#00110F'

red 0 ◦ green 17 ◦ blue 15

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

Shades of Dark Green #00110F

Tints of Dark Green #00110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 53.13%

 BLUE value IS 15 (6.25% from 255) = 46.88%

R = 0%
G = 53.13%
B = 46.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#00110F (or 0x00110F) is known color: Dark Green. HEX triplet: 00, 11 and 0F. RGB value is (0,17,15). Sum of RGB (Red+Green+Blue) = 0+17+15=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 17 (7.03% from 255 or 53.12% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 17 - color contains mainly: green. Hex color #00110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00110F is #FFEEF0. Grayscale: #0B0B0B. Windows color (decimal): -16772849 or 987392. OLE color: 987392.

HSL color Cylindrical-coordinate representation of color #00110F: hue angle of 172.94º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00110F is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB 0 17 15 -
CMYK 1 0 0.12 0.93
HSL 172.94º 1% 0.03% -
HSV(B) 172.94º 1% 0.07% -
XYZ 0.29 0.44 0.52 -
YUV 11.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 0 17 15 1 0 0.12 0.93 172.94 1 0.03
Hex 0 11 F 64 0 C 5D AD 64 3
Octal 0 21 17 144 0 14 135 255 144 3
Binary 0 10001 1111 1100100 0 1100 1011101 10101101 1100100 11

Color Harmonies of #00110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00110F

Black with #00110F

Text Example


Text Example

White with #00110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00110F; }

 p { color: rgb(0,17,15); }

 H1.HeaderClassName
 {
   color: #00110F;
 }
 .AnyTagClassName
 {
   color: #00110F;
 }
</style>

background-color css

<style>
 a { background-color: #00110F; }

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

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

border-color css

<style>
 span { border-color: #00110F; }

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

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