#0B7244

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

Shades of Dark Spring Green #0B7244

Tints of Dark Spring Green #0B7244

Color information

#0B7244 (or 0x0B7244) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 72 and 44. RGB value is (11,114,68). Sum of RGB (Red+Green+Blue) = 11+114+68=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #0B7244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7244 is #F48DBB. Grayscale: #4E4E4E. Windows color (decimal): -16027068 or 4485643. OLE color: 4485643.

HSL color Cylindrical-coordinate representation of color #0B7244: hue angle of 153.2º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7244 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1111468-
CMYK0.9000.400.55
HSL153.2º82.4%24.51%-
HSV(B)153.2º90.35%44.71%-
XYZ7.212.527.51-
YUV77.96122.3880.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=5.70%
G=59.07%
B=35.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114680.9000.400.55153.282.424.51
HexB72445A02837995219
Octal131621041320506723112231
Binary1011111001010001001011010010100011011110011001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,114,68); }

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

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

 a { background-color: rgb(11,114,68); }

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

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

 span { border-color: rgb(11,114,68); }

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