#0B7838

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

Shades of Dark Spring Green #0B7838

Tints of Dark Spring Green #0B7838

Color information

#0B7838 (or 0x0B7838) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 78 and 38. RGB value is (11,120,56). Sum of RGB (Red+Green+Blue) = 11+120+56=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 120 (47.27% from 255 or 64.17% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7838 is #F487C7. Grayscale: #505050. Windows color (decimal): -16025544 or 3700747. OLE color: 3700747.

HSL color Cylindrical-coordinate representation of color #0B7838: hue angle of 144.77º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7838 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1112056-
CMYK0.9100.530.53
HSL144.77º83.21%25.69%-
HSV(B)144.77º90.83%47.06%-
XYZ7.5713.796-
YUV80.11114.3978.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 120 (47.27% from 255) = 64.17%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=5.88%
G=64.17%
B=29.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11120560.9100.530.53144.7783.2125.69
HexB78385B0353591531a
Octal13170701330656522112332
Binary101111110001110001011011011010111010110010001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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