Html Css Color HEX #0B1C12 Dark Green

📋 copy color: '#0B1C12'

red 11 ◦ green 28 ◦ blue 18

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

Shades of Dark Green #0B1C12

Tints of Dark Green #0B1C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 49.12%

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

R = 19.3%
G = 49.12%
B = 31.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#0B1C12 (or 0x0B1C12) is known color: Dark Green. HEX triplet: 0B, 1C and 12. RGB value is (11,28,18). Sum of RGB (Red+Green+Blue) = 11+28+18=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C12 is #F4E3ED. Grayscale: #151515. Windows color (decimal): -16049134 or 1186827. OLE color: 1186827.

HSL color Cylindrical-coordinate representation of color #0B1C12: hue angle of 144.71º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B1C12 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 28 18 -
CMYK 0.61 0 0.36 0.89
HSL 144.71º 0.44% 0.08% -
HSV(B) 144.71º 0.61% 0.11% -
XYZ 0.66 0.95 0.72 -
YUV 21.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 11 28 18 0.61 0 0.36 0.89 144.71 0.44 0.08
Hex B 1C 12 3D 0 24 59 91 2C 8
Octal 13 34 22 75 0 44 131 221 54 10
Binary 1011 11100 10010 111101 0 100100 1011001 10010001 101100 1000

Color Harmonies of #0B1C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1C12

Black with #0B1C12

Text Example


Text Example

White with #0B1C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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