#18750D

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

Shades of Green #18750D

Tints of Green #18750D

Color information

#18750D (or 0x18750D) is unknown color: approx Green. HEX triplet: 18, 75 and 0D. RGB value is (24,117,13). Sum of RGB (Red+Green+Blue) = 24+117+13=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #18750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18750D is #E78AF2. Grayscale: #4D4D4D. Windows color (decimal): -15174387 or 881944. OLE color: 881944.

HSL color Cylindrical-coordinate representation of color #18750D: hue angle of 113.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18750D is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB2411713-
CMYK0.7900.890.54
HSL113.65º80%25.49%-
HSV(B)113.65º88.89%45.88%-
XYZ6.8112.952.52-
YUV77.3491.6989.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 117 (46.09% from 255) = 75.97%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=15.58%
G=75.97%
B=8.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117130.7900.890.54113.658025.49
Hex1875D4F05936725019
Octal301651511701316616212031
Binary11000111010111011001111010110011101101110010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,117,13); }

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

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

 a { background-color: rgb(24,117,13); }

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

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

 span { border-color: rgb(24,117,13); }

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