Html Css Color HEX #28980F Forest Green

📋 copy color: '#28980F'

red 40 ◦ green 152 ◦ blue 15

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

Shades of Forest Green #28980F

Tints of Forest Green #28980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 73.43%

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 19.32%
G = 73.43%
B = 7.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#28980F (or 0x28980F) is known color: Forest Green. HEX triplet: 28, 98 and 0F. RGB value is (40,152,15). Sum of RGB (Red+Green+Blue) = 40+152+15=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 152 (59.77% from 255 or 73.43% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 152 - color contains mainly: green. Hex color #28980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28980F is #D767F0. Grayscale: #676767. Windows color (decimal): -14116849 or 1021992. OLE color: 1021992.

HSL color Cylindrical-coordinate representation of color #28980F: hue angle of 109.05º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28980F is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 15 -
CMYK 0.74 0 0.90 0.40
HSL 109.05º 0.82% 0.33% -
HSV(B) 109.05º 0.9% 0.6% -
XYZ 12.19 22.94 4.24 -
YUV 102.89 78.39 83.14 -
System Red Green Blue C M Y K H S L
Decimal 40 152 15 0.74 0 0.90 0.40 109.05 0.82 0.33
Hex 28 98 F 4A 0 5A 28 6D 52 21
Octal 50 230 17 112 0 132 50 155 122 41
Binary 101000 10011000 1111 1001010 0 1011010 101000 1101101 1010010 100001

Color Harmonies of #28980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28980F

Black with #28980F

Text Example


Text Example

White with #28980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,152,15); }

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

background-color css

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

 a { background-color: rgb(40,152,15); }

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

border-color css

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

 span { border-color: rgb(40,152,15); }

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