Html Css Color HEX #0B1910 Dark Green

📋 copy color: '#0B1910'

red 11 ◦ green 25 ◦ blue 16

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

Shades of Dark Green #0B1910

Tints of Dark Green #0B1910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 48.08%

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 21.15%
G = 48.08%
B = 30.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#0B1910 (or 0x0B1910) is known color: Dark Green. HEX triplet: 0B, 19 and 10. RGB value is (11,25,16). Sum of RGB (Red+Green+Blue) = 11+25+16=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1910 is #F4E6EF. Grayscale: #131313. Windows color (decimal): -16049904 or 1054987. OLE color: 1054987.

HSL color Cylindrical-coordinate representation of color #0B1910: hue angle of 141.43º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B1910 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 25 16 -
CMYK 0.56 0 0.36 0.90
HSL 141.43º 0.39% 0.07% -
HSV(B) 141.43º 0.56% 0.1% -
XYZ 0.58 0.8 0.61 -
YUV 19.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 11 25 16 0.56 0 0.36 0.90 141.43 0.39 0.07
Hex B 19 10 38 0 24 5A 8D 27 7
Octal 13 31 20 70 0 44 132 215 47 7
Binary 1011 11001 10000 111000 0 100100 1011010 10001101 100111 111

Color Harmonies of #0B1910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1910

Black with #0B1910

Text Example


Text Example

White with #0B1910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,25,16); }

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

background-color css

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

 a { background-color: rgb(11,25,16); }

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

border-color css

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

 span { border-color: rgb(11,25,16); }

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