Html Css Color HEX #28940A Forest Green

📋 copy color: '#28940A'

red 40 ◦ green 148 ◦ blue 10

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

Shades of Forest Green #28940A

Tints of Forest Green #28940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.05%

R = 20.2%
G = 74.75%
B = 5.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#28940A (or 0x28940A) is known color: Forest Green. HEX triplet: 28, 94 and 0A. RGB value is (40,148,10). Sum of RGB (Red+Green+Blue) = 40+148+10=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #28940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28940A is #D76BF5. Grayscale: #646464. Windows color (decimal): -14117878 or 693288. OLE color: 693288.

HSL color Cylindrical-coordinate representation of color #28940A: hue angle of 106.96º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28940A is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 10 -
CMYK 0.73 0 0.93 0.42
HSL 106.96º 0.87% 0.31% -
HSV(B) 106.96º 0.93% 0.58% -
XYZ 11.52 21.65 3.86 -
YUV 99.98 77.22 85.22 -
System Red Green Blue C M Y K H S L
Decimal 40 148 10 0.73 0 0.93 0.42 106.96 0.87 0.31
Hex 28 94 A 49 0 5D 2A 6B 57 1F
Octal 50 224 12 111 0 135 52 153 127 37
Binary 101000 10010100 1010 1001001 0 1011101 101010 1101011 1010111 11111

Color Harmonies of #28940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28940A

Black with #28940A

Text Example


Text Example

White with #28940A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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