Html Css Color HEX #0B8021 Forest Green

📋 copy color: '#0B8021'

red 11 ◦ green 128 ◦ blue 33

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

Shades of Forest Green #0B8021

Tints of Forest Green #0B8021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 74.42%

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 6.4%
G = 74.42%
B = 19.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#0B8021 (or 0x0B8021) is known color: Forest Green. HEX triplet: 0B, 80 and 21. RGB value is (11,128,33). Sum of RGB (Red+Green+Blue) = 11+128+33=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #0B8021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8021 is #F47FDE. Grayscale: #525252. Windows color (decimal): -16023519 or 2195467. OLE color: 2195467.

HSL color Cylindrical-coordinate representation of color #0B8021: hue angle of 131.28º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B8021 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 11 128 33 -
CMYK 0.91 0 0.74 0.50
HSL 131.28º 0.84% 0.27% -
HSV(B) 131.28º 0.91% 0.5% -
XYZ 8.13 15.62 4.03 -
YUV 82.19 100.24 77.22 -
System Red Green Blue C M Y K H S L
Decimal 11 128 33 0.91 0 0.74 0.50 131.28 0.84 0.27
Hex B 80 21 5B 0 4A 32 83 54 1B
Octal 13 200 41 133 0 112 62 203 124 33
Binary 1011 10000000 100001 1011011 0 1001010 110010 10000011 1010100 11011

Color Harmonies of #0B8021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8021

Black with #0B8021

Text Example


Text Example

White with #0B8021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,128,33); }

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

background-color css

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

 a { background-color: rgb(11,128,33); }

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

border-color css

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

 span { border-color: rgb(11,128,33); }

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