Html Css Color HEX #288014 Forest Green

📋 copy color: '#288014'

red 40 ◦ green 128 ◦ blue 20

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

Shades of Forest Green #288014

Tints of Forest Green #288014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 21.28%
G = 68.09%
B = 10.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#288014 (or 0x288014) is known color: Forest Green. HEX triplet: 28, 80 and 14. RGB value is (40,128,20). Sum of RGB (Red+Green+Blue) = 40+128+20=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #288014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288014 is #D77FEB. Grayscale: #595959. Windows color (decimal): -14122988 or 1343528. OLE color: 1343528.

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

Color convert

RGB 40 128 20 -
CMYK 0.69 0 0.84 0.50
HSL 108.89º 0.73% 0.29% -
HSV(B) 108.89º 0.84% 0.5% -
XYZ 8.72 15.94 3.28 -
YUV 89.38 88.85 92.78 -
System Red Green Blue C M Y K H S L
Decimal 40 128 20 0.69 0 0.84 0.50 108.89 0.73 0.29
Hex 28 80 14 45 0 54 32 6D 49 1D
Octal 50 200 24 105 0 124 62 155 111 35
Binary 101000 10000000 10100 1000101 0 1010100 110010 1101101 1001001 11101

Color Harmonies of #288014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288014

Black with #288014

Text Example


Text Example

White with #288014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288014; }

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

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

background-color css

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

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

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

border-color css

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

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

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