Html Css Color HEX #0B8B22 Forest Green

📋 copy color: '#0B8B22'

red 11 ◦ green 139 ◦ blue 34

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

Shades of Forest Green #0B8B22

Tints of Forest Green #0B8B22

RGB

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

 GREEN value IS 139 (54.69% from 255) = 75.54%

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 5.98%
G = 75.54%
B = 18.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#0B8B22 (or 0x0B8B22) is known color: Forest Green. HEX triplet: 0B, 8B and 22. RGB value is (11,139,34). Sum of RGB (Red+Green+Blue) = 11+139+34=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 139 (54.69% from 255 or 75.54% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8B22 is #F474DD. Grayscale: #595959. Windows color (decimal): -16020702 or 2263819. OLE color: 2263819.

HSL color Cylindrical-coordinate representation of color #0B8B22: hue angle of 130.78º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8B22 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 139 34 -
CMYK 0.92 0 0.76 0.45
HSL 130.78º 0.85% 0.29% -
HSV(B) 130.78º 0.92% 0.55% -
XYZ 9.66 18.65 4.6 -
YUV 88.76 97.09 72.54 -
System Red Green Blue C M Y K H S L
Decimal 11 139 34 0.92 0 0.76 0.45 130.78 0.85 0.29
Hex B 8B 22 5C 0 4C 2D 83 55 1D
Octal 13 213 42 134 0 114 55 203 125 35
Binary 1011 10001011 100010 1011100 0 1001100 101101 10000011 1010101 11101

Color Harmonies of #0B8B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8B22

Black with #0B8B22

Text Example


Text Example

White with #0B8B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,139,34); }

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

background-color css

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

 a { background-color: rgb(11,139,34); }

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

border-color css

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

 span { border-color: rgb(11,139,34); }

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