Html Css Color HEX #0B2520 Dark Green

📋 copy color: '#0B2520'

red 11 ◦ green 37 ◦ blue 32

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

Shades of Dark Green #0B2520

Tints of Dark Green #0B2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.25%

 BLUE value IS 32 (12.89% from 255) = 40%

R = 13.75%
G = 46.25%
B = 40%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#0B2520 (or 0x0B2520) is known color: Dark Green. HEX triplet: 0B, 25 and 20. RGB value is (11,37,32). Sum of RGB (Red+Green+Blue) = 11+37+32=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2520 is #F4DADF. Grayscale: #1C1C1C. Windows color (decimal): -16046816 or 2106635. OLE color: 2106635.

HSL color Cylindrical-coordinate representation of color #0B2520: hue angle of 168.46º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B2520 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 37 32 -
CMYK 0.70 0 0.14 0.85
HSL 168.46º 0.54% 0.09% -
HSV(B) 168.46º 0.7% 0.15% -
XYZ 1.06 1.5 1.6 -
YUV 28.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 11 37 32 0.70 0 0.14 0.85 168.46 0.54 0.09
Hex B 25 20 46 0 E 55 A8 36 9
Octal 13 45 40 106 0 16 125 250 66 11
Binary 1011 100101 100000 1000110 0 1110 1010101 10101000 110110 1001

Color Harmonies of #0B2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2520

Black with #0B2520

Text Example


Text Example

White with #0B2520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,37,32); }

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

background-color css

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

 a { background-color: rgb(11,37,32); }

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

border-color css

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

 span { border-color: rgb(11,37,32); }

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