Html Css Color HEX #0B2519 Dark Green

📋 copy color: '#0B2519'

red 11 ◦ green 37 ◦ blue 25

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

Shades of Dark Green #0B2519

Tints of Dark Green #0B2519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 34.25%

R = 15.07%
G = 50.68%
B = 34.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#0B2519 (or 0x0B2519) is known color: Dark Green. HEX triplet: 0B, 25 and 19. RGB value is (11,37,25). Sum of RGB (Red+Green+Blue) = 11+37+25=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2519 is #F4DAE6. Grayscale: #1B1B1B. Windows color (decimal): -16046823 or 1647883. OLE color: 1647883.

HSL color Cylindrical-coordinate representation of color #0B2519: hue angle of 152.31º 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 #0B2519 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 37 25 -
CMYK 0.70 0 0.32 0.85
HSL 152.31º 0.54% 0.09% -
HSV(B) 152.31º 0.7% 0.15% -
XYZ 0.98 1.46 1.15 -
YUV 27.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 11 37 25 0.70 0 0.32 0.85 152.31 0.54 0.09
Hex B 25 19 46 0 20 55 98 36 9
Octal 13 45 31 106 0 40 125 230 66 11
Binary 1011 100101 11001 1000110 0 100000 1010101 10011000 110110 1001

Color Harmonies of #0B2519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2519

Black with #0B2519

Text Example


Text Example

White with #0B2519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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