#18813E

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

Shades of Dark Spring Green #18813E

Tints of Dark Spring Green #18813E

Color information

#18813E (or 0x18813E) is unknown color: approx Dark Spring Green. HEX triplet: 18, 81 and 3E. RGB value is (24,129,62). Sum of RGB (Red+Green+Blue) = 24+129+62=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #18813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18813E is #E77EC1. Grayscale: #5A5A5A. Windows color (decimal): -15171266 or 4096280. OLE color: 4096280.

HSL color Cylindrical-coordinate representation of color #18813E: hue angle of 141.71º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18813E is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB2412962-
CMYK0.8100.520.49
HSL141.71º68.63%30%-
HSV(B)141.71º81.4%50.59%-
XYZ9.116.247.21-
YUV89.97112.2180.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 129 (50.78% from 255) = 60%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=11.16%
G=60%
B=28.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129620.8100.520.49141.7168.6330
Hex18813E51034318e451e
Octal30201761210646121610536
Binary11000100000011111101010001011010011000110001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18813E; }

 p { color: rgb(24,129,62); }

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

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

 a { background-color: rgb(24,129,62); }

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

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

 span { border-color: rgb(24,129,62); }

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