Html Css Color HEX #28942F Forest Green

📋 copy color: '#28942F'

red 40 ◦ green 148 ◦ blue 47

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

Shades of Forest Green #28942F

Tints of Forest Green #28942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20%

R = 17.02%
G = 62.98%
B = 20%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#28942F (or 0x28942F) is known color: Forest Green. HEX triplet: 28, 94 and 2F. RGB value is (40,148,47). Sum of RGB (Red+Green+Blue) = 40+148+47=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #28942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28942F is #D76BD0. Grayscale: #686868. Windows color (decimal): -14117841 or 3118120. OLE color: 3118120.

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

Color convert

RGB 40 148 47 -
CMYK 0.73 0 0.68 0.42
HSL 123.89º 0.57% 0.37% -
HSV(B) 123.89º 0.73% 0.58% -
XYZ 11.98 21.84 6.27 -
YUV 104.19 95.72 82.21 -
System Red Green Blue C M Y K H S L
Decimal 40 148 47 0.73 0 0.68 0.42 123.89 0.57 0.37
Hex 28 94 2F 49 0 44 2A 7C 39 25
Octal 50 224 57 111 0 104 52 174 71 45
Binary 101000 10010100 101111 1001001 0 1000100 101010 1111100 111001 100101

Color Harmonies of #28942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28942F

Black with #28942F

Text Example


Text Example

White with #28942F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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