#127C3A

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

Shades of Dark Spring Green #127C3A

Tints of Dark Spring Green #127C3A

Color information

#127C3A (or 0x127C3A) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7C and 3A. RGB value is (18,124,58). Sum of RGB (Red+Green+Blue) = 18+124+58=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #127C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C3A is #ED83C5. Grayscale: #545454. Windows color (decimal): -15565766 or 3832850. OLE color: 3832850.

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

Color convert

RGB1812458-
CMYK0.8500.530.51
HSL142.64º74.65%27.84%-
HSV(B)142.64º85.48%48.63%-
XYZ8.2214.856.44-
YUV84.78112.8880.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 124 (48.83% from 255) = 62%
BLUE value IS 58 (23.05% from 255) = 29%
R=9%
G=62%
B=29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124580.8500.530.51142.6474.6527.84
Hex127C3A55035338f4b1c
Octal22174721250656321711334
Binary1001011111001110101010101011010111001110001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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