Html Css Color HEX #288D1F Forest Green

📋 copy color: '#288D1F'

red 40 ◦ green 141 ◦ blue 31

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

Shades of Forest Green #288D1F

Tints of Forest Green #288D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 66.51%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 18.87%
G = 66.51%
B = 14.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#288D1F (or 0x288D1F) is known color: Forest Green. HEX triplet: 28, 8D and 1F. RGB value is (40,141,31). Sum of RGB (Red+Green+Blue) = 40+141+31=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #288D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D1F is #D772E0. Grayscale: #626262. Windows color (decimal): -14119649 or 2067752. OLE color: 2067752.

HSL color Cylindrical-coordinate representation of color #288D1F: hue angle of 115.09º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288D1F is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 141 31 -
CMYK 0.72 0 0.78 0.45
HSL 115.09º 0.64% 0.34% -
HSV(B) 115.09º 0.78% 0.55% -
XYZ 10.65 19.6 4.52 -
YUV 98.26 90.04 86.44 -
System Red Green Blue C M Y K H S L
Decimal 40 141 31 0.72 0 0.78 0.45 115.09 0.64 0.34
Hex 28 8D 1F 48 0 4E 2D 73 40 22
Octal 50 215 37 110 0 116 55 163 100 42
Binary 101000 10001101 11111 1001000 0 1001110 101101 1110011 1000000 100010

Color Harmonies of #288D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D1F

Black with #288D1F

Text Example


Text Example

White with #288D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288D1F; }

 p { color: rgb(40,141,31); }

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

background-color css

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

 a { background-color: rgb(40,141,31); }

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

border-color css

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

 span { border-color: rgb(40,141,31); }

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