Html Css Color HEX #0B1612 Dark Green

📋 copy color: '#0B1612'

red 11 ◦ green 22 ◦ blue 18

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

Shades of Dark Green #0B1612

Tints of Dark Green #0B1612

RGB

 RED value IS 11 (4.69% from 255) = 21.57%

 GREEN value IS 22 (8.98% from 255) = 43.14%

 BLUE value IS 18 (7.42% from 255) = 35.29%

R = 21.57%
G = 43.14%
B = 35.29%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#0B1612 (or 0x0B1612) is known color: Dark Green. HEX triplet: 0B, 16 and 12. RGB value is (11,22,18). Sum of RGB (Red+Green+Blue) = 11+22+18=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1612 is #F4E9ED. Grayscale: #121212. Windows color (decimal): -16050670 or 1185291. OLE color: 1185291.

HSL color Cylindrical-coordinate representation of color #0B1612: hue angle of 158.18º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1612 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 22 18 -
CMYK 0.5 0 0.18 0.91
HSL 158.18º 0.33% 0.06% -
HSV(B) 158.18º 0.5% 0.09% -
XYZ 0.53 0.69 0.68 -
YUV 18.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 11 22 18 0.5 0 0.18 0.91 158.18 0.33 0.06
Hex B 16 12 32 0 12 5B 9E 21 6
Octal 13 26 22 62 0 22 133 236 41 6
Binary 1011 10110 10010 110010 0 10010 1011011 10011110 100001 110

Color Harmonies of #0B1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1612

Black with #0B1612

Text Example


Text Example

White with #0B1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B1612; }

 p { color: rgb(11,22,18); }

 H1.HeaderClassName
 {
   color: #0B1612;
 }
 .AnyTagClassName
 {
   color: #0B1612;
 }
</style>

background-color css

<style>
 a { background-color: #0B1612; }

 a { background-color: rgb(11,22,18); }

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

border-color css

<style>
 span { border-color: #0B1612; }

 span { border-color: rgb(11,22,18); }

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