#127D3D

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

Shades of Dark Spring Green #127D3D

Tints of Dark Spring Green #127D3D

Color information

#127D3D (or 0x127D3D) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7D and 3D. RGB value is (18,125,61). Sum of RGB (Red+Green+Blue) = 18+125+61=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #127D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D3D is #ED82C2. Grayscale: #555555. Windows color (decimal): -15565507 or 4029714. OLE color: 4029714.

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

Color convert

RGB1812561-
CMYK0.8600.510.51
HSL144.11º74.83%28.04%-
HSV(B)144.11º85.6%49.02%-
XYZ8.4315.136.89-
YUV85.71114.0579.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 125 (49.22% from 255) = 61.27%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=8.82%
G=61.27%
B=29.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125610.8600.510.51144.1174.8328.04
Hex127D3D5603333904b1c
Octal22175751260636322011334
Binary1001011111011111011010110011001111001110010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,61); }

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

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

 a { background-color: rgb(18,125,61); }

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

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

 span { border-color: rgb(18,125,61); }

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