#0B7938

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

Shades of Dark Spring Green #0B7938

Tints of Dark Spring Green #0B7938

Color information

#0B7938 (or 0x0B7938) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 79 and 38. RGB value is (11,121,56). Sum of RGB (Red+Green+Blue) = 11+121+56=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 121 (47.66% from 255 or 64.36% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 121 - color contains mainly: green. Hex color #0B7938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7938 is #F486C7. Grayscale: #505050. Windows color (decimal): -16025288 or 3701003. OLE color: 3701003.

HSL color Cylindrical-coordinate representation of color #0B7938: hue angle of 144.55º 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 #0B7938 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1112156-
CMYK0.9100.540.53
HSL144.55º83.33%25.88%-
HSV(B)144.55º90.91%47.45%-
XYZ7.6914.036.04-
YUV80.7114.0678.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 121 (47.66% from 255) = 64.36%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=5.85%
G=64.36%
B=29.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11121560.9100.540.53144.5583.3325.88
HexB79385B0363591531a
Octal13171701330666522112332
Binary101111110011110001011011011011011010110010001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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