#107248

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

Shades of Dark Spring Green #107248

Tints of Dark Spring Green #107248

Color information

#107248 (or 0x107248) is unknown color: approx Dark Spring Green. HEX triplet: 10, 72 and 48. RGB value is (16,114,72). Sum of RGB (Red+Green+Blue) = 16+114+72=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #107248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107248 is #EF8DB7. Grayscale: #4F4F4F. Windows color (decimal): -15699384 or 4747792. OLE color: 4747792.

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

Color convert

RGB1611472-
CMYK0.8600.370.55
HSL154.29º75.38%25.49%-
HSV(B)154.29º85.96%44.71%-
XYZ7.412.618.18-
YUV79.91123.5382.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=7.92%
G=56.44%
B=35.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114720.8600.370.55154.2975.3825.49
Hex10724856025379a4b19
Octal201621101260456723211331
Binary10000111001010010001010110010010111011110011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107248; }

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

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

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

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

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

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

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

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