Html Css Color HEX #28851C Forest Green

📋 copy color: '#28851C'

red 40 ◦ green 133 ◦ blue 28

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

Shades of Forest Green #28851C

Tints of Forest Green #28851C

RGB

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

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

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

R = 19.9%
G = 66.17%
B = 13.93%

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

#28851C (or 0x28851C) is known color: Forest Green. HEX triplet: 28, 85 and 1C. RGB value is (40,133,28). Sum of RGB (Red+Green+Blue) = 40+133+28=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #28851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28851C is #D77AE3. Grayscale: #5D5D5D. Windows color (decimal): -14121700 or 1869096. OLE color: 1869096.

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

Color convert

RGB 40 133 28 -
CMYK 0.70 0 0.79 0.48
HSL 113.14º 0.65% 0.32% -
HSV(B) 113.14º 0.79% 0.52% -
XYZ 9.47 17.31 3.94 -
YUV 93.22 91.19 90.04 -
System Red Green Blue C M Y K H S L
Decimal 40 133 28 0.70 0 0.79 0.48 113.14 0.65 0.32
Hex 28 85 1C 46 0 4F 30 71 41 20
Octal 50 205 34 106 0 117 60 161 101 40
Binary 101000 10000101 11100 1000110 0 1001111 110000 1110001 1000001 100000

Color Harmonies of #28851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28851C

Black with #28851C

Text Example


Text Example

White with #28851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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