Html Css Color HEX #0B813F Dark Spring Green

📋 copy color: '#0B813F'

red 11 ◦ green 129 ◦ blue 63

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

Shades of Dark Spring Green #0B813F

Tints of Dark Spring Green #0B813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.55%

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

R = 5.42%
G = 63.55%
B = 31.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#0B813F (or 0x0B813F) is known color: Dark Spring Green. HEX triplet: 0B, 81 and 3F. RGB value is (11,129,63). Sum of RGB (Red+Green+Blue) = 11+129+63=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #0B813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B813F is #F47EC0. Grayscale: #565656. Windows color (decimal): -16023233 or 4161803. OLE color: 4161803.

HSL color Cylindrical-coordinate representation of color #0B813F: hue angle of 146.44º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B813F is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 11 129 63 -
CMYK 0.91 0 0.51 0.49
HSL 146.44º 0.84% 0.27% -
HSV(B) 146.44º 0.91% 0.51% -
XYZ 8.89 16.13 7.35 -
YUV 86.19 114.91 74.37 -
System Red Green Blue C M Y K H S L
Decimal 11 129 63 0.91 0 0.51 0.49 146.44 0.84 0.27
Hex B 81 3F 5B 0 33 31 92 54 1B
Octal 13 201 77 133 0 63 61 222 124 33
Binary 1011 10000001 111111 1011011 0 110011 110001 10010010 1010100 11011

Color Harmonies of #0B813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B813F

Black with #0B813F

Text Example


Text Example

White with #0B813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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