Html Css Color HEX #18941C Forest Green

📋 copy color: '#18941C'

red 24 ◦ green 148 ◦ blue 28

#18941C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #18941C

Tints of Forest Green #18941C

RGB

 RED value IS 24 (9.77% from 255) = 12%

 GREEN value IS 148 (58.2% from 255) = 74%

 BLUE value IS 28 (11.33% from 255) = 14%

R = 12%
G = 74%
B = 14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#18941C (or 0x18941C) is known color: Forest Green. HEX triplet: 18, 94 and 1C. RGB value is (24,148,28). Sum of RGB (Red+Green+Blue) = 24+148+28=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #18941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18941C is #E76BE3. Grayscale: #616161. Windows color (decimal): -15166436 or 1872920. OLE color: 1872920.

HSL color Cylindrical-coordinate representation of color #18941C: hue angle of 121.94º 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 #18941C is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 148 28 -
CMYK 0.84 0 0.81 0.42
HSL 121.94º 0.72% 0.34% -
HSV(B) 121.94º 0.84% 0.58% -
XYZ 11.18 21.46 4.65 -
YUV 97.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 24 148 28 0.84 0 0.81 0.42 121.94 0.72 0.34
Hex 18 94 1C 54 0 51 2A 7A 48 22
Octal 30 224 34 124 0 121 52 172 110 42
Binary 11000 10010100 11100 1010100 0 1010001 101010 1111010 1001000 100010

Color Harmonies of #18941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18941C

Black with #18941C

Text Example


Text Example

White with #18941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18941C;
 }
 .AnyTagClassName
 {
   color: #18941C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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