Html Css Color HEX #0B3024 Dark Green

📋 copy color: '#0B3024'

red 11 ◦ green 48 ◦ blue 36

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

Shades of Dark Green #0B3024

Tints of Dark Green #0B3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 50.53%

 BLUE value IS 36 (14.45% from 255) = 37.89%

R = 11.58%
G = 50.53%
B = 37.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#0B3024 (or 0x0B3024) is known color: Dark Green. HEX triplet: 0B, 30 and 24. RGB value is (11,48,36). Sum of RGB (Red+Green+Blue) = 11+48+36=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3024 is #F4CFDB. Grayscale: #232323. Windows color (decimal): -16043996 or 2371595. OLE color: 2371595.

HSL color Cylindrical-coordinate representation of color #0B3024: hue angle of 160.54º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B3024 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 48 36 -
CMYK 0.77 0 0.25 0.81
HSL 160.54º 0.63% 0.12% -
HSV(B) 160.54º 0.77% 0.19% -
XYZ 1.51 2.31 2.04 -
YUV 35.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 11 48 36 0.77 0 0.25 0.81 160.54 0.63 0.12
Hex B 30 24 4D 0 19 51 A1 3F C
Octal 13 60 44 115 0 31 121 241 77 14
Binary 1011 110000 100100 1001101 0 11001 1010001 10100001 111111 1100

Color Harmonies of #0B3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3024

Black with #0B3024

Text Example


Text Example

White with #0B3024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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