#288C13

Color #288C13 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #288C13

Tints of Forest Green #288C13

Color information

#288C13 (or 0x288C13) is unknown color: approx Forest Green. HEX triplet: 28, 8C and 13. RGB value is (40,140,19). Sum of RGB (Red+Green+Blue) = 40+140+19=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 140 (55.08% from 255 or 70.35% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 140 - color contains mainly: green. Hex color #288C13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288C13 is #D773EC. Grayscale: #606060. Windows color (decimal): -14119917 or 1281064. OLE color: 1281064.

HSL color Cylindrical-coordinate representation of color #288C13: hue angle of 109.59º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #288C13 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB4014019-
CMYK0.7100.860.45
HSL109.59º76.1%31.18%-
HSV(B)109.59º86.43%54.9%-
XYZ10.3719.253.79-
YUV96.3184.3787.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 140 (55.08% from 255) = 70.35%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=20.10%
G=70.35%
B=9.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40140190.7100.860.45109.5976.131.18
Hex288C13470562D6e4c1f
Octal502142310701265515611437
Binary10100010001100100111000111010101101011011101110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288C13; }

 p { color: rgb(40,140,19); }

 H1.HeaderClassName
 {
   color: #288C13;
 }
 .AnyTagClassName
 {
   color: #288C13;
 }
</style>
background-color css

<style>
 a { background-color: #288C13; }

 a { background-color: rgb(40,140,19); }

 div.DivClassName
 {
   background-color: #288C13;
 }
 .BgClassName
 {
   background-color: #288C13;
 }
</style>
border-color css

<style>
 span { border-color: #288C13; }

 span { border-color: rgb(40,140,19); }

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