Html Css Color HEX #18A032 Forest Green

📋 copy color: '#18A032'

red 24 ◦ green 160 ◦ blue 50

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

Shades of Forest Green #18A032

Tints of Forest Green #18A032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 68.38%

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 10.26%
G = 68.38%
B = 21.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#18A032 (or 0x18A032) is known color: Forest Green. HEX triplet: 18, A0 and 32. RGB value is (24,160,50). Sum of RGB (Red+Green+Blue) = 24+160+50=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #18A032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A032 is #E75FCD. Grayscale: #6B6B6B. Windows color (decimal): -15163342 or 3317784. OLE color: 3317784.

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

Color convert

RGB 24 160 50 -
CMYK 0.85 0 0.69 0.37
HSL 131.47º 0.74% 0.36% -
HSV(B) 131.47º 0.85% 0.63% -
XYZ 13.52 25.57 7.24 -
YUV 106.8 95.94 68.94 -
System Red Green Blue C M Y K H S L
Decimal 24 160 50 0.85 0 0.69 0.37 131.47 0.74 0.36
Hex 18 A0 32 55 0 45 25 83 4A 24
Octal 30 240 62 125 0 105 45 203 112 44
Binary 11000 10100000 110010 1010101 0 1000101 100101 10000011 1001010 100100

Color Harmonies of #18A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A032

Black with #18A032

Text Example


Text Example

White with #18A032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,160,50); }

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

background-color css

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

 a { background-color: rgb(24,160,50); }

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

border-color css

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

 span { border-color: rgb(24,160,50); }

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