Html Css Color HEX #28741C Forest Green

📋 copy color: '#28741C'

red 40 ◦ green 116 ◦ blue 28

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

Shades of Forest Green #28741C

Tints of Forest Green #28741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.04%

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

R = 21.74%
G = 63.04%
B = 15.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#28741C (or 0x28741C) is known color: Forest Green. HEX triplet: 28, 74 and 1C. RGB value is (40,116,28). Sum of RGB (Red+Green+Blue) = 40+116+28=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #28741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28741C is #D78BE3. Grayscale: #535353. Windows color (decimal): -14126052 or 1864744. OLE color: 1864744.

HSL color Cylindrical-coordinate representation of color #28741C: hue angle of 111.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28741C is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 116 28 -
CMYK 0.66 0 0.76 0.55
HSL 111.82º 0.61% 0.28% -
HSV(B) 111.82º 0.76% 0.45% -
XYZ 7.33 13.03 3.23 -
YUV 83.24 96.82 97.16 -
System Red Green Blue C M Y K H S L
Decimal 40 116 28 0.66 0 0.76 0.55 111.82 0.61 0.28
Hex 28 74 1C 42 0 4C 37 70 3D 1C
Octal 50 164 34 102 0 114 67 160 75 34
Binary 101000 1110100 11100 1000010 0 1001100 110111 1110000 111101 11100

Color Harmonies of #28741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28741C

Black with #28741C

Text Example


Text Example

White with #28741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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