#18942C

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

Shades of Forest Green #18942C

Tints of Forest Green #18942C

Color information

#18942C (or 0x18942C) is unknown color: approx Forest Green. HEX triplet: 18, 94 and 2C. RGB value is (24,148,44). Sum of RGB (Red+Green+Blue) = 24+148+44=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #18942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18942C is #E76BD3. Grayscale: #636363. Windows color (decimal): -15166420 or 2921496. OLE color: 2921496.

HSL color Cylindrical-coordinate representation of color #18942C: hue angle of 129.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18942C is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB2414844-
CMYK0.8400.700.42
HSL129.68º72.09%33.73%-
HSV(B)129.68º83.78%58.04%-
XYZ11.4221.565.94-
YUV99.0796.9274.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 148 (58.20% from 255) = 68.52%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=11.11%
G=68.52%
B=20.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24148440.8400.700.42129.6872.0933.73
Hex18942C540462A824822
Octal302245412401065220211042
Binary1100010010100101100101010001000110101010100000101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18942C; }

 p { color: rgb(24,148,44); }

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

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

 a { background-color: rgb(24,148,44); }

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

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

 span { border-color: rgb(24,148,44); }

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