#127C36

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

Shades of Dark Spring Green #127C36

Tints of Dark Spring Green #127C36

Color information

#127C36 (or 0x127C36) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7C and 36. RGB value is (18,124,54). Sum of RGB (Red+Green+Blue) = 18+124+54=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #127C36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C36 is #ED83C9. Grayscale: #545454. Windows color (decimal): -15565770 or 3570706. OLE color: 3570706.

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

Color convert

RGB1812454-
CMYK0.8500.560.51
HSL140.38º74.65%27.84%-
HSV(B)140.38º85.48%48.63%-
XYZ8.1214.815.92-
YUV84.33110.8880.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 124 (48.83% from 255) = 63.27%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=9.18%
G=63.27%
B=27.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124540.8500.560.51140.3874.6527.84
Hex127C3655038338c4b1c
Octal22174661250706321411334
Binary1001011111001101101010101011100011001110001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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