#18813A

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

Shades of Dark Spring Green #18813A

Tints of Dark Spring Green #18813A

Color information

#18813A (or 0x18813A) is unknown color: approx Dark Spring Green. HEX triplet: 18, 81 and 3A. RGB value is (24,129,58). Sum of RGB (Red+Green+Blue) = 24+129+58=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #18813A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18813A is #E77EC5. Grayscale: #595959. Windows color (decimal): -15171270 or 3834136. OLE color: 3834136.

HSL color Cylindrical-coordinate representation of color #18813A: hue angle of 139.43º 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 #18813A is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB2412958-
CMYK0.8100.550.49
HSL139.43º68.63%30%-
HSV(B)139.43º81.4%50.59%-
XYZ8.9916.26.66-
YUV89.51110.2181.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 129 (50.78% from 255) = 61.14%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=11.37%
G=61.14%
B=27.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129580.8100.550.49139.4368.6330
Hex18813A51037318b451e
Octal30201721210676121310536
Binary11000100000011110101010001011011111000110001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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