#18733D

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

Shades of Dark Spring Green #18733D

Tints of Dark Spring Green #18733D

Color information

#18733D (or 0x18733D) is unknown color: approx Dark Spring Green. HEX triplet: 18, 73 and 3D. RGB value is (24,115,61). Sum of RGB (Red+Green+Blue) = 24+115+61=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #18733D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18733D is #E78CC2. Grayscale: #515151. Windows color (decimal): -15174851 or 4027160. OLE color: 4027160.

HSL color Cylindrical-coordinate representation of color #18733D: hue angle of 144.4º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18733D is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB2411561-
CMYK0.7900.470.55
HSL144.4º65.47%27.25%-
HSV(B)144.4º79.13%45.1%-
XYZ7.3512.796.5-
YUV81.63116.3586.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 115 (45.31% from 255) = 57.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=12%
G=57.5%
B=30.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24115610.7900.470.55144.465.4727.25
Hex18733D4F02F3790411b
Octal30163751170576722010133
Binary1100011100111111011001111010111111011110010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18733D; }

 p { color: rgb(24,115,61); }

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

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

 a { background-color: rgb(24,115,61); }

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

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

 span { border-color: rgb(24,115,61); }

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