Html Css Color HEX #0B9130 Forest Green

📋 copy color: '#0B9130'

red 11 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #0B9130

Tints of Forest Green #0B9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 71.08%

 BLUE value IS 48 (19.14% from 255) = 23.53%

R = 5.39%
G = 71.08%
B = 23.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#0B9130 (or 0x0B9130) is known color: Forest Green. HEX triplet: 0B, 91 and 30. RGB value is (11,145,48). Sum of RGB (Red+Green+Blue) = 11+145+48=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 145 (57.03% from 255 or 71.08% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9130 is #F46ECF. Grayscale: #5E5E5E. Windows color (decimal): -16019152 or 3182859. OLE color: 3182859.

HSL color Cylindrical-coordinate representation of color #0B9130: hue angle of 136.57º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9130 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 145 48 -
CMYK 0.92 0 0.67 0.43
HSL 136.57º 0.86% 0.31% -
HSV(B) 136.57º 0.92% 0.57% -
XYZ 10.8 20.54 6.19 -
YUV 93.88 102.11 68.89 -
System Red Green Blue C M Y K H S L
Decimal 11 145 48 0.92 0 0.67 0.43 136.57 0.86 0.31
Hex B 91 30 5C 0 43 2B 89 56 1F
Octal 13 221 60 134 0 103 53 211 126 37
Binary 1011 10010001 110000 1011100 0 1000011 101011 10001001 1010110 11111

Color Harmonies of #0B9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9130

Black with #0B9130

Text Example


Text Example

White with #0B9130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,145,48); }

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

background-color css

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

 a { background-color: rgb(11,145,48); }

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

border-color css

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

 span { border-color: rgb(11,145,48); }

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