#127738

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

Shades of Dark Spring Green #127738

Tints of Dark Spring Green #127738

Color information

#127738 (or 0x127738) is unknown color: approx Dark Spring Green. HEX triplet: 12, 77 and 38. RGB value is (18,119,56). Sum of RGB (Red+Green+Blue) = 18+119+56=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #127738 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127738 is #ED88C7. Grayscale: #515151. Windows color (decimal): -15567048 or 3700498. OLE color: 3700498.

HSL color Cylindrical-coordinate representation of color #127738: hue angle of 142.57º 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 #127738 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1811956-
CMYK0.8500.530.53
HSL142.57º73.72%26.86%-
HSV(B)142.57º84.87%46.67%-
XYZ7.5613.615.97-
YUV81.62113.5482.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 119 (46.88% from 255) = 61.66%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=9.33%
G=61.66%
B=29.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119560.8500.530.53142.5773.7226.86
Hex12773855035358f4a1b
Octal22167701250656521711233
Binary1001011101111110001010101011010111010110001111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127738; }

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

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

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

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

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

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

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

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