Html Css Color HEX #0B291C Dark Green

📋 copy color: '#0B291C'

red 11 ◦ green 41 ◦ blue 28

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

Shades of Dark Green #0B291C

Tints of Dark Green #0B291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 51.25%

 BLUE value IS 28 (11.33% from 255) = 35%

R = 13.75%
G = 51.25%
B = 35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#0B291C (or 0x0B291C) is known color: Dark Green. HEX triplet: 0B, 29 and 1C. RGB value is (11,41,28). Sum of RGB (Red+Green+Blue) = 11+41+28=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #0B291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B291C is #F4D6E3. Grayscale: #1E1E1E. Windows color (decimal): -16045796 or 1845515. OLE color: 1845515.

HSL color Cylindrical-coordinate representation of color #0B291C: hue angle of 154º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B291C is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 11 41 28 -
CMYK 0.73 0 0.32 0.84
HSL 154º 0.58% 0.1% -
HSV(B) 154º 0.73% 0.16% -
XYZ 1.14 1.74 1.37 -
YUV 30.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 11 41 28 0.73 0 0.32 0.84 154 0.58 0.1
Hex B 29 1C 49 0 20 54 9A 3A A
Octal 13 51 34 111 0 40 124 232 72 12
Binary 1011 101001 11100 1001001 0 100000 1010100 10011010 111010 1010

Color Harmonies of #0B291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B291C

Black with #0B291C

Text Example


Text Example

White with #0B291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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