#107241

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

Shades of Dark Spring Green #107241

Tints of Dark Spring Green #107241

Color information

#107241 (or 0x107241) is unknown color: approx Dark Spring Green. HEX triplet: 10, 72 and 41. RGB value is (16,114,65). Sum of RGB (Red+Green+Blue) = 16+114+65=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #107241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107241 is #EF8DBE. Grayscale: #4F4F4F. Windows color (decimal): -15699391 or 4289040. OLE color: 4289040.

HSL color Cylindrical-coordinate representation of color #107241: hue angle of 150º 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 #107241 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1611465-
CMYK0.8600.430.55
HSL150º75.38%25.49%-
HSV(B)150º85.96%44.71%-
XYZ7.1912.537.04-
YUV79.11120.0382.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 114 (44.92% from 255) = 58.46%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=8.21%
G=58.46%
B=33.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114650.8600.430.5515075.3825.49
Hex1072415602B37964b19
Octal201621011260536722611331
Binary10000111001010000011010110010101111011110010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107241; }

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

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

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

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

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

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

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

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