#247248

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

Shades of Dark Spring Green #247248

Tints of Dark Spring Green #247248

Color information

#247248 (or 0x247248) is unknown color: approx Dark Spring Green. HEX triplet: 24, 72 and 48. RGB value is (36,114,72). Sum of RGB (Red+Green+Blue) = 36+114+72=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #247248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247248 is #DB8DB7. Grayscale: #555555. Windows color (decimal): -14388664 or 4747812. OLE color: 4747812.

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

Color convert

RGB3611472-
CMYK0.6800.370.55
HSL147.69º52%29.41%-
HSV(B)147.69º68.42%44.71%-
XYZ7.9112.888.2-
YUV85.89120.1692.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=16.22%
G=51.35%
B=32.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36114720.6800.370.55147.695229.41
Hex247248440253794341d
Octal44162110104045672246435
Binary10010011100101001000100010001001011101111001010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247248; }

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

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

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

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

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

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

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

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