Html Css Color HEX #288018 Forest Green

📋 copy color: '#288018'

red 40 ◦ green 128 ◦ blue 24

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

Shades of Forest Green #288018

Tints of Forest Green #288018

RGB

 RED value IS 40 (16.02% from 255) = 20.83%

 GREEN value IS 128 (50.39% from 255) = 66.67%

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 20.83%
G = 66.67%
B = 12.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#288018 (or 0x288018) is known color: Forest Green. HEX triplet: 28, 80 and 18. RGB value is (40,128,24). Sum of RGB (Red+Green+Blue) = 40+128+24=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 128 (50.39% from 255 or 66.67% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 128 - color contains mainly: green. Hex color #288018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288018 is #D77FE7. Grayscale: #5A5A5A. Windows color (decimal): -14122984 or 1605672. OLE color: 1605672.

HSL color Cylindrical-coordinate representation of color #288018: hue angle of 110.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288018 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 24 -
CMYK 0.69 0 0.81 0.50
HSL 110.77º 0.68% 0.3% -
HSV(B) 110.77º 0.81% 0.5% -
XYZ 8.76 15.96 3.48 -
YUV 89.83 90.85 92.46 -
System Red Green Blue C M Y K H S L
Decimal 40 128 24 0.69 0 0.81 0.50 110.77 0.68 0.3
Hex 28 80 18 45 0 51 32 6F 44 1E
Octal 50 200 30 105 0 121 62 157 104 36
Binary 101000 10000000 11000 1000101 0 1010001 110010 1101111 1000100 11110

Color Harmonies of #288018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288018

Black with #288018

Text Example


Text Example

White with #288018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288018; }

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

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

background-color css

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

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

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

border-color css

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

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

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