Html Css Color HEX #287F14 Forest Green

📋 copy color: '#287F14'

red 40 ◦ green 127 ◦ blue 20

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

Shades of Forest Green #287F14

Tints of Forest Green #287F14

RGB

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

 GREEN value IS 127 (50% from 255) = 67.91%

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

R = 21.39%
G = 67.91%
B = 10.7%

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

#287F14 (or 0x287F14) is known color: Forest Green. HEX triplet: 28, 7F and 14. RGB value is (40,127,20). Sum of RGB (Red+Green+Blue) = 40+127+20=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 127 (50% from 255 or 67.91% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 127 - color contains mainly: green. Hex color #287F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287F14 is #D780EB. Grayscale: #595959. Windows color (decimal): -14123244 or 1343272. OLE color: 1343272.

HSL color Cylindrical-coordinate representation of color #287F14: hue angle of 108.79º 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 #287F14 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 127 20 -
CMYK 0.69 0 0.84 0.50
HSL 108.79º 0.73% 0.29% -
HSV(B) 108.79º 0.84% 0.5% -
XYZ 8.59 15.68 3.24 -
YUV 88.79 89.18 93.2 -
System Red Green Blue C M Y K H S L
Decimal 40 127 20 0.69 0 0.84 0.50 108.79 0.73 0.29
Hex 28 7F 14 45 0 54 32 6D 49 1D
Octal 50 177 24 105 0 124 62 155 111 35
Binary 101000 1111111 10100 1000101 0 1010100 110010 1101101 1001001 11101

Color Harmonies of #287F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287F14

Black with #287F14

Text Example


Text Example

White with #287F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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