#0B7B35

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

Shades of Dark Spring Green #0B7B35

Tints of Dark Spring Green #0B7B35

Color information

#0B7B35 (or 0x0B7B35) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 7B and 35. RGB value is (11,123,53). Sum of RGB (Red+Green+Blue) = 11+123+53=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 123 (48.44% from 255 or 65.78% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7B35 is #F484CA. Grayscale: #515151. Windows color (decimal): -16024779 or 3504907. OLE color: 3504907.

HSL color Cylindrical-coordinate representation of color #0B7B35: hue angle of 142.5º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B35 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1112353-
CMYK0.9100.570.52
HSL142.5º83.58%26.27%-
HSV(B)142.5º91.06%48.24%-
XYZ7.8614.495.75-
YUV81.53111.8977.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 123 (48.44% from 255) = 65.78%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=5.88%
G=65.78%
B=28.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11123530.9100.570.52142.583.5826.27
HexB7B355B039348e541a
Octal13173651330716421612432
Binary101111110111101011011011011100111010010001110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,53); }

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

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

 a { background-color: rgb(11,123,53); }

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

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

 span { border-color: rgb(11,123,53); }

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