Html Css Color HEX #18A328 Forest Green

📋 copy color: '#18A328'

red 24 ◦ green 163 ◦ blue 40

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

Shades of Forest Green #18A328

Tints of Forest Green #18A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 71.81%

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

R = 10.57%
G = 71.81%
B = 17.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#18A328 (or 0x18A328) is known color: Forest Green. HEX triplet: 18, A3 and 28. RGB value is (24,163,40). Sum of RGB (Red+Green+Blue) = 24+163+40=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 163 (64.06% from 255 or 71.81% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 163 - color contains mainly: green. Hex color #18A328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A328 is #E75CD7. Grayscale: #6B6B6B. Windows color (decimal): -15162584 or 2663192. OLE color: 2663192.

HSL color Cylindrical-coordinate representation of color #18A328: hue angle of 126.91º 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 #18A328 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 163 40 -
CMYK 0.85 0 0.75 0.36
HSL 126.91º 0.74% 0.37% -
HSV(B) 126.91º 0.85% 0.64% -
XYZ 13.86 26.54 6.4 -
YUV 107.42 89.95 68.5 -
System Red Green Blue C M Y K H S L
Decimal 24 163 40 0.85 0 0.75 0.36 126.91 0.74 0.37
Hex 18 A3 28 55 0 4B 24 7F 4A 25
Octal 30 243 50 125 0 113 44 177 112 45
Binary 11000 10100011 101000 1010101 0 1001011 100100 1111111 1001010 100101

Color Harmonies of #18A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A328

Black with #18A328

Text Example


Text Example

White with #18A328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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