#127C38

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

Shades of Dark Spring Green #127C38

Tints of Dark Spring Green #127C38

Color information

#127C38 (or 0x127C38) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7C and 38. RGB value is (18,124,56). Sum of RGB (Red+Green+Blue) = 18+124+56=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #127C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C38 is #ED83C7. Grayscale: #545454. Windows color (decimal): -15565768 or 3701778. OLE color: 3701778.

HSL color Cylindrical-coordinate representation of color #127C38: hue angle of 141.51º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C38 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB1812456-
CMYK0.8500.550.51
HSL141.51º74.65%27.84%-
HSV(B)141.51º85.48%48.63%-
XYZ8.1714.836.17-
YUV84.55111.8880.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 124 (48.83% from 255) = 62.63%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=9.09%
G=62.63%
B=28.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124560.8500.550.51141.5174.6527.84
Hex127C3855037338e4b1c
Octal22174701250676321611334
Binary1001011111001110001010101011011111001110001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127C38; }

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

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

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

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

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

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

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

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