#0B853A

Color #0B853A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0B853A

Tints of Dark Spring Green #0B853A

Color information

#0B853A (or 0x0B853A) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 85 and 3A. RGB value is (11,133,58). Sum of RGB (Red+Green+Blue) = 11+133+58=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #0B853A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B853A is #F47AC5. Grayscale: #585858. Windows color (decimal): -16022214 or 3835147. OLE color: 3835147.

HSL color Cylindrical-coordinate representation of color #0B853A: hue angle of 143.11º 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 #0B853A is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1113358-
CMYK0.9200.560.48
HSL143.11º84.72%28.24%-
HSV(B)143.11º91.73%52.16%-
XYZ9.2917.156.82-
YUV87.97111.0873.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 133 (52.34% from 255) = 65.84%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=5.45%
G=65.84%
B=28.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11133580.9200.560.48143.1184.7228.24
HexB853A5C038308f551c
Octal13205721340706021712534
Binary1011100001011110101011100011100011000010001111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,133,58); }

 H1.HeaderClassName
 {
   color: #0B853A;
 }
 .AnyTagClassName
 {
   color: #0B853A;
 }
</style>
background-color css

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

 a { background-color: rgb(11,133,58); }

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

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

 span { border-color: rgb(11,133,58); }

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