Html Css Color HEX #28852D Forest Green

📋 copy color: '#28852D'

red 40 ◦ green 133 ◦ blue 45

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

Shades of Forest Green #28852D

Tints of Forest Green #28852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.01%

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 18.35%
G = 61.01%
B = 20.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#28852D (or 0x28852D) is known color: Forest Green. HEX triplet: 28, 85 and 2D. RGB value is (40,133,45). Sum of RGB (Red+Green+Blue) = 40+133+45=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #28852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28852D is #D77AD2. Grayscale: #5F5F5F. Windows color (decimal): -14121683 or 2983208. OLE color: 2983208.

HSL color Cylindrical-coordinate representation of color #28852D: hue angle of 123.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28852D is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 45 -
CMYK 0.70 0 0.66 0.48
HSL 123.23º 0.54% 0.34% -
HSV(B) 123.23º 0.7% 0.52% -
XYZ 9.74 17.42 5.33 -
YUV 95.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 40 133 45 0.70 0 0.66 0.48 123.23 0.54 0.34
Hex 28 85 2D 46 0 42 30 7B 36 22
Octal 50 205 55 106 0 102 60 173 66 42
Binary 101000 10000101 101101 1000110 0 1000010 110000 1111011 110110 100010

Color Harmonies of #28852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28852D

Black with #28852D

Text Example


Text Example

White with #28852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28852D; }

 p { color: rgb(40,133,45); }

 H1.HeaderClassName
 {
   color: #28852D;
 }
 .AnyTagClassName
 {
   color: #28852D;
 }
</style>

background-color css

<style>
 a { background-color: #28852D; }

 a { background-color: rgb(40,133,45); }

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

border-color css

<style>
 span { border-color: #28852D; }

 span { border-color: rgb(40,133,45); }

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