Html Css Color HEX #28970E Forest Green

📋 copy color: '#28970E'

red 40 ◦ green 151 ◦ blue 14

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

Shades of Forest Green #28970E

Tints of Forest Green #28970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 73.66%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 19.51%
G = 73.66%
B = 6.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#28970E (or 0x28970E) is known color: Forest Green. HEX triplet: 28, 97 and 0E. RGB value is (40,151,14). Sum of RGB (Red+Green+Blue) = 40+151+14=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 151 (59.38% from 255 or 73.66% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 151 - color contains mainly: green. Hex color #28970E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28970E is #D768F1. Grayscale: #666666. Windows color (decimal): -14117106 or 956200. OLE color: 956200.

HSL color Cylindrical-coordinate representation of color #28970E: hue angle of 108.61º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28970E is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 151 14 -
CMYK 0.74 0 0.91 0.41
HSL 108.61º 0.83% 0.32% -
HSV(B) 108.61º 0.91% 0.59% -
XYZ 12.02 22.62 4.15 -
YUV 102.19 78.23 83.64 -
System Red Green Blue C M Y K H S L
Decimal 40 151 14 0.74 0 0.91 0.41 108.61 0.83 0.32
Hex 28 97 E 4A 0 5B 29 6D 53 20
Octal 50 227 16 112 0 133 51 155 123 40
Binary 101000 10010111 1110 1001010 0 1011011 101001 1101101 1010011 100000

Color Harmonies of #28970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28970E

Black with #28970E

Text Example


Text Example

White with #28970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28970E; }

 p { color: rgb(40,151,14); }

 H1.HeaderClassName
 {
   color: #28970E;
 }
 .AnyTagClassName
 {
   color: #28970E;
 }
</style>

background-color css

<style>
 a { background-color: #28970E; }

 a { background-color: rgb(40,151,14); }

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

border-color css

<style>
 span { border-color: #28970E; }

 span { border-color: rgb(40,151,14); }

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