Html Css Color HEX #0B9B2A Forest Green

📋 copy color: '#0B9B2A'

red 11 ◦ green 155 ◦ blue 42

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

Shades of Forest Green #0B9B2A

Tints of Forest Green #0B9B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 74.52%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 5.29%
G = 74.52%
B = 20.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#0B9B2A (or 0x0B9B2A) is known color: Forest Green. HEX triplet: 0B, 9B and 2A. RGB value is (11,155,42). Sum of RGB (Red+Green+Blue) = 11+155+42=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 155 (60.94% from 255 or 74.52% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B2A is #F464D5. Grayscale: #636363. Windows color (decimal): -16016598 or 2792203. OLE color: 2792203.

HSL color Cylindrical-coordinate representation of color #0B9B2A: hue angle of 132.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B2A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 155 42 -
CMYK 0.93 0 0.73 0.39
HSL 132.92º 0.87% 0.33% -
HSV(B) 132.92º 0.93% 0.61% -
XYZ 12.28 23.68 6.11 -
YUV 99.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 11 155 42 0.93 0 0.73 0.39 132.92 0.87 0.33
Hex B 9B 2A 5D 0 49 27 85 57 21
Octal 13 233 52 135 0 111 47 205 127 41
Binary 1011 10011011 101010 1011101 0 1001001 100111 10000101 1010111 100001

Color Harmonies of #0B9B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9B2A

Black with #0B9B2A

Text Example


Text Example

White with #0B9B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,155,42); }

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

background-color css

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

 a { background-color: rgb(11,155,42); }

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

border-color css

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

 span { border-color: rgb(11,155,42); }

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