Html Css Color HEX #0B2418 Dark Green

📋 copy color: '#0B2418'

red 11 ◦ green 36 ◦ blue 24

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

Shades of Dark Green #0B2418

Tints of Dark Green #0B2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50.7%

 BLUE value IS 24 (9.77% from 255) = 33.8%

R = 15.49%
G = 50.7%
B = 33.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#0B2418 (or 0x0B2418) is known color: Dark Green. HEX triplet: 0B, 24 and 18. RGB value is (11,36,24). Sum of RGB (Red+Green+Blue) = 11+36+24=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2418 is #F4DBE7. Grayscale: #1B1B1B. Windows color (decimal): -16047080 or 1582091. OLE color: 1582091.

HSL color Cylindrical-coordinate representation of color #0B2418: hue angle of 151.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2418 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 11 36 24 -
CMYK 0.69 0 0.33 0.86
HSL 151.2º 0.53% 0.09% -
HSV(B) 151.2º 0.69% 0.14% -
XYZ 0.93 1.4 1.08 -
YUV 27.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 11 36 24 0.69 0 0.33 0.86 151.2 0.53 0.09
Hex B 24 18 45 0 21 56 97 35 9
Octal 13 44 30 105 0 41 126 227 65 11
Binary 1011 100100 11000 1000101 0 100001 1010110 10010111 110101 1001

Color Harmonies of #0B2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2418

Black with #0B2418

Text Example


Text Example

White with #0B2418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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