Html Css Color HEX #0B803F Dark Spring Green

📋 copy color: '#0B803F'

red 11 ◦ green 128 ◦ blue 63

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

Shades of Dark Spring Green #0B803F

Tints of Dark Spring Green #0B803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.19%

R = 5.45%
G = 63.37%
B = 31.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#0B803F (or 0x0B803F) is known color: Dark Spring Green. HEX triplet: 0B, 80 and 3F. RGB value is (11,128,63). Sum of RGB (Red+Green+Blue) = 11+128+63=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #0B803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B803F is #F47FC0. Grayscale: #555555. Windows color (decimal): -16023489 or 4161547. OLE color: 4161547.

HSL color Cylindrical-coordinate representation of color #0B803F: hue angle of 146.67º 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 #0B803F is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 11 128 63 -
CMYK 0.91 0 0.51 0.50
HSL 146.67º 0.84% 0.27% -
HSV(B) 146.67º 0.91% 0.5% -
XYZ 8.75 15.87 7.3 -
YUV 85.61 115.24 74.79 -
System Red Green Blue C M Y K H S L
Decimal 11 128 63 0.91 0 0.51 0.50 146.67 0.84 0.27
Hex B 80 3F 5B 0 33 32 93 54 1B
Octal 13 200 77 133 0 63 62 223 124 33
Binary 1011 10000000 111111 1011011 0 110011 110010 10010011 1010100 11011

Color Harmonies of #0B803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B803F

Black with #0B803F

Text Example


Text Example

White with #0B803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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