Html Css Color HEX #28942A Forest Green

📋 copy color: '#28942A'

red 40 ◦ green 148 ◦ blue 42

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

Shades of Forest Green #28942A

Tints of Forest Green #28942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 17.39%
G = 64.35%
B = 18.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#28942A (or 0x28942A) is known color: Forest Green. HEX triplet: 28, 94 and 2A. RGB value is (40,148,42). Sum of RGB (Red+Green+Blue) = 40+148+42=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #28942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28942A is #D76BD5. Grayscale: #676767. Windows color (decimal): -14117846 or 2790440. OLE color: 2790440.

HSL color Cylindrical-coordinate representation of color #28942A: hue angle of 121.11º 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 #28942A is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 42 -
CMYK 0.73 0 0.72 0.42
HSL 121.11º 0.57% 0.37% -
HSV(B) 121.11º 0.73% 0.58% -
XYZ 11.88 21.8 5.77 -
YUV 103.62 93.22 82.62 -
System Red Green Blue C M Y K H S L
Decimal 40 148 42 0.73 0 0.72 0.42 121.11 0.57 0.37
Hex 28 94 2A 49 0 48 2A 79 39 25
Octal 50 224 52 111 0 110 52 171 71 45
Binary 101000 10010100 101010 1001001 0 1001000 101010 1111001 111001 100101

Color Harmonies of #28942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28942A

Black with #28942A

Text Example


Text Example

White with #28942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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