Html Css Color HEX #0B8431 Dark Spring Green

📋 copy color: '#0B8431'

red 11 ◦ green 132 ◦ blue 49

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

Shades of Dark Spring Green #0B8431

Tints of Dark Spring Green #0B8431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 68.75%

 BLUE value IS 49 (19.53% from 255) = 25.52%

R = 5.73%
G = 68.75%
B = 25.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#0B8431 (or 0x0B8431) is known color: Dark Spring Green. HEX triplet: 0B, 84 and 31. RGB value is (11,132,49). Sum of RGB (Red+Green+Blue) = 11+132+49=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #0B8431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8431 is #F47BCE. Grayscale: #565656. Windows color (decimal): -16022479 or 3245067. OLE color: 3245067.

HSL color Cylindrical-coordinate representation of color #0B8431: hue angle of 138.84º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8431 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 11 132 49 -
CMYK 0.92 0 0.63 0.48
HSL 138.84º 0.85% 0.28% -
HSV(B) 138.84º 0.92% 0.52% -
XYZ 8.94 16.8 5.68 -
YUV 86.36 106.91 74.25 -
System Red Green Blue C M Y K H S L
Decimal 11 132 49 0.92 0 0.63 0.48 138.84 0.85 0.28
Hex B 84 31 5C 0 3F 30 8B 55 1C
Octal 13 204 61 134 0 77 60 213 125 34
Binary 1011 10000100 110001 1011100 0 111111 110000 10001011 1010101 11100

Color Harmonies of #0B8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8431

Black with #0B8431

Text Example


Text Example

White with #0B8431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,132,49); }

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

background-color css

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

 a { background-color: rgb(11,132,49); }

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

border-color css

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

 span { border-color: rgb(11,132,49); }

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