#138140

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

Shades of Dark Spring Green #138140

Tints of Dark Spring Green #138140

Color information

#138140 (or 0x138140) is unknown color: approx Dark Spring Green. HEX triplet: 13, 81 and 40. RGB value is (19,129,64). Sum of RGB (Red+Green+Blue) = 19+129+64=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #138140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138140 is #EC7EBF. Grayscale: #585858. Windows color (decimal): -15498944 or 4227347. OLE color: 4227347.

HSL color Cylindrical-coordinate representation of color #138140: hue angle of 144.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138140 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1912964-
CMYK0.8500.500.49
HSL144.55º74.32%29.02%-
HSV(B)144.55º85.27%50.59%-
XYZ9.0416.217.5-
YUV88.7114.0678.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 129 (50.78% from 255) = 60.85%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=8.96%
G=60.85%
B=30.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129640.8500.500.49144.5574.3229.02
Hex1381405503231914a1d
Octal232011001250626122111235
Binary100111000000110000001010101011001011000110010001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138140; }

 p { color: rgb(19,129,64); }

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

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

 a { background-color: rgb(19,129,64); }

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

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

 span { border-color: rgb(19,129,64); }

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