Html Css Color HEX #0B961C Forest Green

📋 copy color: '#0B961C'

red 11 ◦ green 150 ◦ blue 28

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

Shades of Forest Green #0B961C

Tints of Forest Green #0B961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 79.37%

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 5.82%
G = 79.37%
B = 14.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#0B961C (or 0x0B961C) is known color: Forest Green. HEX triplet: 0B, 96 and 1C. RGB value is (11,150,28). Sum of RGB (Red+Green+Blue) = 11+150+28=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 150 (58.98% from 255 or 79.37% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 150 - color contains mainly: green. Hex color #0B961C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B961C is #F469E3. Grayscale: #5E5E5E. Windows color (decimal): -16017892 or 1873419. OLE color: 1873419.

HSL color Cylindrical-coordinate representation of color #0B961C: hue angle of 127.34º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B961C is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 150 28 -
CMYK 0.93 0 0.81 0.41
HSL 127.34º 0.86% 0.32% -
HSV(B) 127.34º 0.93% 0.59% -
XYZ 11.25 21.97 4.75 -
YUV 94.53 90.45 68.42 -
System Red Green Blue C M Y K H S L
Decimal 11 150 28 0.93 0 0.81 0.41 127.34 0.86 0.32
Hex B 96 1C 5D 0 51 29 7F 56 20
Octal 13 226 34 135 0 121 51 177 126 40
Binary 1011 10010110 11100 1011101 0 1010001 101001 1111111 1010110 100000

Color Harmonies of #0B961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B961C

Black with #0B961C

Text Example


Text Example

White with #0B961C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,150,28); }

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

background-color css

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

 a { background-color: rgb(11,150,28); }

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

border-color css

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

 span { border-color: rgb(11,150,28); }

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