Html Css Color HEX #0B1812 Dark Green

📋 copy color: '#0B1812'

red 11 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #0B1812

Tints of Dark Green #0B1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 45.28%

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

R = 20.75%
G = 45.28%
B = 33.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#0B1812 (or 0x0B1812) is known color: Dark Green. HEX triplet: 0B, 18 and 12. RGB value is (11,24,18). Sum of RGB (Red+Green+Blue) = 11+24+18=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1812 is #F4E7ED. Grayscale: #131313. Windows color (decimal): -16050158 or 1185803. OLE color: 1185803.

HSL color Cylindrical-coordinate representation of color #0B1812: hue angle of 152.31º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B1812 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 24 18 -
CMYK 0.54 0 0.25 0.91
HSL 152.31º 0.37% 0.07% -
HSV(B) 152.31º 0.54% 0.09% -
XYZ 0.57 0.77 0.69 -
YUV 19.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 11 24 18 0.54 0 0.25 0.91 152.31 0.37 0.07
Hex B 18 12 36 0 19 5B 98 25 7
Octal 13 30 22 66 0 31 133 230 45 7
Binary 1011 11000 10010 110110 0 11001 1011011 10011000 100101 111

Color Harmonies of #0B1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1812

Black with #0B1812

Text Example


Text Example

White with #0B1812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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