Html Css Color HEX #28941F Forest Green

📋 copy color: '#28941F'

red 40 ◦ green 148 ◦ blue 31

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

Shades of Forest Green #28941F

Tints of Forest Green #28941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 67.58%

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

R = 18.26%
G = 67.58%
B = 14.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#28941F (or 0x28941F) is known color: Forest Green. HEX triplet: 28, 94 and 1F. RGB value is (40,148,31). Sum of RGB (Red+Green+Blue) = 40+148+31=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 148 (58.20% from 255 or 67.58% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 148 - color contains mainly: green. Hex color #28941F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28941F is #D76BE0. Grayscale: #666666. Windows color (decimal): -14117857 or 2069544. OLE color: 2069544.

HSL color Cylindrical-coordinate representation of color #28941F: hue angle of 115.38º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28941F is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 31 -
CMYK 0.73 0 0.79 0.42
HSL 115.38º 0.65% 0.35% -
HSV(B) 115.38º 0.79% 0.58% -
XYZ 11.71 21.73 4.87 -
YUV 102.37 87.72 83.51 -
System Red Green Blue C M Y K H S L
Decimal 40 148 31 0.73 0 0.79 0.42 115.38 0.65 0.35
Hex 28 94 1F 49 0 4F 2A 73 41 23
Octal 50 224 37 111 0 117 52 163 101 43
Binary 101000 10010100 11111 1001001 0 1001111 101010 1110011 1000001 100011

Color Harmonies of #28941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28941F

Black with #28941F

Text Example


Text Example

White with #28941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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