#127748

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

Shades of Dark Spring Green #127748

Tints of Dark Spring Green #127748

Color information

#127748 (or 0x127748) is unknown color: approx Dark Spring Green. HEX triplet: 12, 77 and 48. RGB value is (18,119,72). Sum of RGB (Red+Green+Blue) = 18+119+72=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #127748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127748 is #ED88B7. Grayscale: #535353. Windows color (decimal): -15567032 or 4749074. OLE color: 4749074.

HSL color Cylindrical-coordinate representation of color #127748: hue angle of 152.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127748 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1811972-
CMYK0.8500.390.53
HSL152.08º73.72%26.86%-
HSV(B)152.08º84.87%46.67%-
XYZ8.0213.798.37-
YUV83.44121.5481.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=8.61%
G=56.94%
B=34.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119720.8500.390.53152.0873.7226.86
Hex1277485502735984a1b
Octal221671101250476523011233
Binary10010111011110010001010101010011111010110011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127748; }

 p { color: rgb(18,119,72); }

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

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

 a { background-color: rgb(18,119,72); }

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

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

 span { border-color: rgb(18,119,72); }

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