#157248

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

Shades of Dark Spring Green #157248

Tints of Dark Spring Green #157248

Color information

#157248 (or 0x157248) is unknown color: approx Dark Spring Green. HEX triplet: 15, 72 and 48. RGB value is (21,114,72). Sum of RGB (Red+Green+Blue) = 21+114+72=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #157248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157248 is #EA8DB7. Grayscale: #515151. Windows color (decimal): -15371704 or 4747797. OLE color: 4747797.

HSL color Cylindrical-coordinate representation of color #157248: hue angle of 152.9º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157248 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB2111472-
CMYK0.8200.370.55
HSL152.9º68.89%26.47%-
HSV(B)152.9º81.58%44.71%-
XYZ7.512.668.18-
YUV81.4122.6984.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=10.14%
G=55.07%
B=34.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114720.8200.370.55152.968.8926.47
Hex157248520253799451a
Octal251621101220456723110532
Binary10101111001010010001010010010010111011110011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157248; }

 p { color: rgb(21,114,72); }

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

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

 a { background-color: rgb(21,114,72); }

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

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

 span { border-color: rgb(21,114,72); }

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