#0B8738

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

Shades of Dark Spring Green #0B8738

Tints of Dark Spring Green #0B8738

Color information

#0B8738 (or 0x0B8738) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 87 and 38. RGB value is (11,135,56). Sum of RGB (Red+Green+Blue) = 11+135+56=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8738 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8738 is #F478C7. Grayscale: #595959. Windows color (decimal): -16021704 or 3704587. OLE color: 3704587.

HSL color Cylindrical-coordinate representation of color #0B8738: hue angle of 141.77º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8738 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1113556-
CMYK0.9200.590.47
HSL141.77º84.93%28.63%-
HSV(B)141.77º91.85%52.94%-
XYZ9.5217.686.65-
YUV88.92109.4272.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 135 (53.12% from 255) = 66.83%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=5.45%
G=66.83%
B=27.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11135560.9200.590.47141.7784.9328.63
HexB87385C03B2F8e551d
Octal13207701340735721612535
Binary1011100001111110001011100011101110111110001110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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