Html Css Color HEX #0B8E1C Forest Green

📋 copy color: '#0B8E1C'

red 11 ◦ green 142 ◦ blue 28

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

Shades of Forest Green #0B8E1C

Tints of Forest Green #0B8E1C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 78.45%

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

R = 6.08%
G = 78.45%
B = 15.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#0B8E1C (or 0x0B8E1C) is known color: Forest Green. HEX triplet: 0B, 8E and 1C. RGB value is (11,142,28). Sum of RGB (Red+Green+Blue) = 11+142+28=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 142 (55.86% from 255 or 78.45% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8E1C is #F471E3. Grayscale: #5A5A5A. Windows color (decimal): -16019940 or 1871371. OLE color: 1871371.

HSL color Cylindrical-coordinate representation of color #0B8E1C: hue angle of 127.79º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8E1C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 11 142 28 -
CMYK 0.92 0 0.80 0.44
HSL 127.79º 0.86% 0.3% -
HSV(B) 127.79º 0.92% 0.56% -
XYZ 10.02 19.5 4.33 -
YUV 89.84 93.1 71.77 -
System Red Green Blue C M Y K H S L
Decimal 11 142 28 0.92 0 0.80 0.44 127.79 0.86 0.3
Hex B 8E 1C 5C 0 50 2C 80 56 1E
Octal 13 216 34 134 0 120 54 200 126 36
Binary 1011 10001110 11100 1011100 0 1010000 101100 10000000 1010110 11110

Color Harmonies of #0B8E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8E1C

Black with #0B8E1C

Text Example


Text Example

White with #0B8E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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