#128735

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

Shades of Dark Spring Green #128735

Tints of Dark Spring Green #128735

Color information

#128735 (or 0x128735) is unknown color: approx Dark Spring Green. HEX triplet: 12, 87 and 35. RGB value is (18,135,53). Sum of RGB (Red+Green+Blue) = 18+135+53=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #128735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128735 is #ED78CA. Grayscale: #5A5A5A. Windows color (decimal): -15562955 or 3507986. OLE color: 3507986.

HSL color Cylindrical-coordinate representation of color #128735: hue angle of 137.95º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128735 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1813553-
CMYK0.8700.610.47
HSL137.95º76.47%30%-
HSV(B)137.95º86.67%52.94%-
XYZ9.5617.716.28-
YUV90.67106.7476.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 135 (53.12% from 255) = 65.53%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=8.74%
G=65.53%
B=25.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135530.8700.610.47137.9576.4730
Hex1287355703D2F8a4c1e
Octal22207651270755721211436
Binary10010100001111101011010111011110110111110001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128735; }

 p { color: rgb(18,135,53); }

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

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

 a { background-color: rgb(18,135,53); }

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

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

 span { border-color: rgb(18,135,53); }

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