Html Css Color HEX #28841C Forest Green

📋 copy color: '#28841C'

red 40 ◦ green 132 ◦ blue 28

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

Shades of Forest Green #28841C

Tints of Forest Green #28841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66%

 BLUE value IS 28 (11.33% from 255) = 14%

R = 20%
G = 66%
B = 14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#28841C (or 0x28841C) is known color: Forest Green. HEX triplet: 28, 84 and 1C. RGB value is (40,132,28). Sum of RGB (Red+Green+Blue) = 40+132+28=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #28841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28841C is #D77BE3. Grayscale: #5C5C5C. Windows color (decimal): -14121956 or 1868840. OLE color: 1868840.

HSL color Cylindrical-coordinate representation of color #28841C: hue angle of 113.08º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28841C is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 132 28 -
CMYK 0.70 0 0.79 0.48
HSL 113.08º 0.65% 0.31% -
HSV(B) 113.08º 0.79% 0.52% -
XYZ 9.34 17.04 3.9 -
YUV 92.64 91.52 90.46 -
System Red Green Blue C M Y K H S L
Decimal 40 132 28 0.70 0 0.79 0.48 113.08 0.65 0.31
Hex 28 84 1C 46 0 4F 30 71 41 1F
Octal 50 204 34 106 0 117 60 161 101 37
Binary 101000 10000100 11100 1000110 0 1001111 110000 1110001 1000001 11111

Color Harmonies of #28841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28841C

Black with #28841C

Text Example


Text Example

White with #28841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28841C; }

 p { color: rgb(40,132,28); }

 H1.HeaderClassName
 {
   color: #28841C;
 }
 .AnyTagClassName
 {
   color: #28841C;
 }
</style>

background-color css

<style>
 a { background-color: #28841C; }

 a { background-color: rgb(40,132,28); }

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

border-color css

<style>
 span { border-color: #28841C; }

 span { border-color: rgb(40,132,28); }

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