Html Css Color HEX #28801F Forest Green

📋 copy color: '#28801F'

red 40 ◦ green 128 ◦ blue 31

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

Shades of Forest Green #28801F

Tints of Forest Green #28801F

RGB

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

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

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

R = 20.1%
G = 64.32%
B = 15.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#28801F (or 0x28801F) is known color: Forest Green. HEX triplet: 28, 80 and 1F. RGB value is (40,128,31). Sum of RGB (Red+Green+Blue) = 40+128+31=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #28801F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28801F is #D77FE0. Grayscale: #5A5A5A. Windows color (decimal): -14122977 or 2064424. OLE color: 2064424.

HSL color Cylindrical-coordinate representation of color #28801F: hue angle of 114.43º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28801F is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 31 -
CMYK 0.69 0 0.76 0.50
HSL 114.43º 0.61% 0.31% -
HSV(B) 114.43º 0.76% 0.5% -
XYZ 8.84 15.99 3.92 -
YUV 90.63 94.35 91.89 -
System Red Green Blue C M Y K H S L
Decimal 40 128 31 0.69 0 0.76 0.50 114.43 0.61 0.31
Hex 28 80 1F 45 0 4C 32 72 3D 1F
Octal 50 200 37 105 0 114 62 162 75 37
Binary 101000 10000000 11111 1000101 0 1001100 110010 1110010 111101 11111

Color Harmonies of #28801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28801F

Black with #28801F

Text Example


Text Example

White with #28801F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28801F; }

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

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

background-color css

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

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

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

border-color css

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

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

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