Html Css Color HEX #18A41C Forest Green

📋 copy color: '#18A41C'

red 24 ◦ green 164 ◦ blue 28

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

Shades of Forest Green #18A41C

Tints of Forest Green #18A41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 75.93%

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

R = 11.11%
G = 75.93%
B = 12.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#18A41C (or 0x18A41C) is known color: Forest Green. HEX triplet: 18, A4 and 1C. RGB value is (24,164,28). Sum of RGB (Red+Green+Blue) = 24+164+28=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 164 (64.45% from 255 or 75.93% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 164 - color contains mainly: green. Hex color #18A41C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A41C is #E75BE3. Grayscale: #6B6B6B. Windows color (decimal): -15162340 or 1877016. OLE color: 1877016.

HSL color Cylindrical-coordinate representation of color #18A41C: hue angle of 121.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A41C is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 164 28 -
CMYK 0.85 0 0.83 0.36
HSL 121.71º 0.74% 0.37% -
HSV(B) 121.71º 0.85% 0.64% -
XYZ 13.86 26.83 5.55 -
YUV 106.64 83.62 69.06 -
System Red Green Blue C M Y K H S L
Decimal 24 164 28 0.85 0 0.83 0.36 121.71 0.74 0.37
Hex 18 A4 1C 55 0 53 24 7A 4A 25
Octal 30 244 34 125 0 123 44 172 112 45
Binary 11000 10100100 11100 1010101 0 1010011 100100 1111010 1001010 100101

Color Harmonies of #18A41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A41C

Black with #18A41C

Text Example


Text Example

White with #18A41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A41C; }

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

 H1.HeaderClassName
 {
   color: #18A41C;
 }
 .AnyTagClassName
 {
   color: #18A41C;
 }
</style>

background-color css

<style>
 a { background-color: #18A41C; }

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

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

border-color css

<style>
 span { border-color: #18A41C; }

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

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