Html Css Color HEX #18AA28 Forest Green

📋 copy color: '#18AA28'

red 24 ◦ green 170 ◦ blue 40

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

Shades of Forest Green #18AA28

Tints of Forest Green #18AA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 72.65%

 BLUE value IS 40 (16.02% from 255) = 17.09%

R = 10.26%
G = 72.65%
B = 17.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#18AA28 (or 0x18AA28) is known color: Forest Green. HEX triplet: 18, AA and 28. RGB value is (24,170,40). Sum of RGB (Red+Green+Blue) = 24+170+40=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA28 is #E755D7. Grayscale: #6F6F6F. Windows color (decimal): -15160792 or 2664984. OLE color: 2664984.

HSL color Cylindrical-coordinate representation of color #18AA28: hue angle of 126.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA28 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 40 -
CMYK 0.86 0 0.76 0.33
HSL 126.58º 0.75% 0.38% -
HSV(B) 126.58º 0.86% 0.67% -
XYZ 15.13 29.1 6.83 -
YUV 111.53 87.63 65.57 -
System Red Green Blue C M Y K H S L
Decimal 24 170 40 0.86 0 0.76 0.33 126.58 0.75 0.38
Hex 18 AA 28 56 0 4C 21 7F 4B 26
Octal 30 252 50 126 0 114 41 177 113 46
Binary 11000 10101010 101000 1010110 0 1001100 100001 1111111 1001011 100110

Color Harmonies of #18AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA28

Black with #18AA28

Text Example


Text Example

White with #18AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,170,40); }

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

background-color css

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

 a { background-color: rgb(24,170,40); }

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

border-color css

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

 span { border-color: rgb(24,170,40); }

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