Html Css Color HEX #0B9519 Forest Green

📋 copy color: '#0B9519'

red 11 ◦ green 149 ◦ blue 25

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

Shades of Forest Green #0B9519

Tints of Forest Green #0B9519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 80.54%

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

R = 5.95%
G = 80.54%
B = 13.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#0B9519 (or 0x0B9519) is known color: Forest Green. HEX triplet: 0B, 95 and 19. RGB value is (11,149,25). Sum of RGB (Red+Green+Blue) = 11+149+25=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #0B9519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9519 is #F46AE6. Grayscale: #5D5D5D. Windows color (decimal): -16018151 or 1676555. OLE color: 1676555.

HSL color Cylindrical-coordinate representation of color #0B9519: hue angle of 126.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9519 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 149 25 -
CMYK 0.93 0 0.83 0.42
HSL 126.09º 0.86% 0.31% -
HSV(B) 126.09º 0.93% 0.58% -
XYZ 11.06 21.64 4.51 -
YUV 93.6 89.28 69.08 -
System Red Green Blue C M Y K H S L
Decimal 11 149 25 0.93 0 0.83 0.42 126.09 0.86 0.31
Hex B 95 19 5D 0 53 2A 7E 56 1F
Octal 13 225 31 135 0 123 52 176 126 37
Binary 1011 10010101 11001 1011101 0 1010011 101010 1111110 1010110 11111

Color Harmonies of #0B9519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9519

Black with #0B9519

Text Example


Text Example

White with #0B9519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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