#127A38

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

Shades of Dark Spring Green #127A38

Tints of Dark Spring Green #127A38

Color information

#127A38 (or 0x127A38) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7A and 38. RGB value is (18,122,56). Sum of RGB (Red+Green+Blue) = 18+122+56=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 122 (48.05% from 255 or 62.24% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 122 - color contains mainly: green. Hex color #127A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A38 is #ED85C7. Grayscale: #535353. Windows color (decimal): -15566280 or 3701266. OLE color: 3701266.

HSL color Cylindrical-coordinate representation of color #127A38: hue angle of 141.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A38 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1812256-
CMYK0.8500.540.52
HSL141.92º74.29%27.45%-
HSV(B)141.92º85.25%47.84%-
XYZ7.9214.336.09-
YUV83.38112.5481.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 122 (48.05% from 255) = 62.24%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=9.18%
G=62.24%
B=28.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122560.8500.540.52141.9274.2927.45
Hex127A3855036348e4a1b
Octal22172701250666421611233
Binary1001011110101110001010101011011011010010001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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