#127038

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

Shades of Dark Spring Green #127038

Tints of Dark Spring Green #127038

Color information

#127038 (or 0x127038) is unknown color: approx Dark Spring Green. HEX triplet: 12, 70 and 38. RGB value is (18,112,56). Sum of RGB (Red+Green+Blue) = 18+112+56=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #127038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127038 is #ED8FC7. Grayscale: #4D4D4D. Windows color (decimal): -15568840 or 3698706. OLE color: 3698706.

HSL color Cylindrical-coordinate representation of color #127038: hue angle of 144.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127038 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1811256-
CMYK0.8400.500.56
HSL144.26º72.31%25.49%-
HSV(B)144.26º83.93%43.92%-
XYZ6.76125.7-
YUV77.51115.8685.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 112 (44.14% from 255) = 60.22%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=9.68%
G=60.22%
B=30.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112560.8400.500.56144.2672.3125.49
Hex1270385403238904819
Octal22160701240627022011031
Binary1001011100001110001010100011001011100010010000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127038; }

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

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

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

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

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

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

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

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