#0B7138

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

Shades of Dark Spring Green #0B7138

Tints of Dark Spring Green #0B7138

Color information

#0B7138 (or 0x0B7138) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 71 and 38. RGB value is (11,113,56). Sum of RGB (Red+Green+Blue) = 11+113+56=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #0B7138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7138 is #F48EC7. Grayscale: #4C4C4C. Windows color (decimal): -16027336 or 3698955. OLE color: 3698955.

HSL color Cylindrical-coordinate representation of color #0B7138: hue angle of 146.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7138 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1111356-
CMYK0.9000.500.56
HSL146.47º82.26%24.31%-
HSV(B)146.47º90.27%44.31%-
XYZ6.7612.175.73-
YUV76116.7181.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.11%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=6.11%
G=62.78%
B=31.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113560.9000.500.56146.4782.2624.31
HexB71385A03238925218
Octal13161701320627022212230
Binary101111100011110001011010011001011100010010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,113,56); }

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

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

 a { background-color: rgb(11,113,56); }

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

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

 span { border-color: rgb(11,113,56); }

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