Html Css Color HEX #288D0F Forest Green

📋 copy color: '#288D0F'

red 40 ◦ green 141 ◦ blue 15

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

Shades of Forest Green #288D0F

Tints of Forest Green #288D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 71.94%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 20.41%
G = 71.94%
B = 7.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#288D0F (or 0x288D0F) is known color: Forest Green. HEX triplet: 28, 8D and 0F. RGB value is (40,141,15). Sum of RGB (Red+Green+Blue) = 40+141+15=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #288D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288D0F is #D772F0. Grayscale: #606060. Windows color (decimal): -14119665 or 1019176. OLE color: 1019176.

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

Color convert

RGB 40 141 15 -
CMYK 0.72 0 0.89 0.45
HSL 108.1º 0.81% 0.31% -
HSV(B) 108.1º 0.89% 0.55% -
XYZ 10.49 19.54 3.67 -
YUV 96.44 82.04 87.75 -
System Red Green Blue C M Y K H S L
Decimal 40 141 15 0.72 0 0.89 0.45 108.1 0.81 0.31
Hex 28 8D F 48 0 59 2D 6C 51 1F
Octal 50 215 17 110 0 131 55 154 121 37
Binary 101000 10001101 1111 1001000 0 1011001 101101 1101100 1010001 11111

Color Harmonies of #288D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D0F

Black with #288D0F

Text Example


Text Example

White with #288D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,141,15); }

 H1.HeaderClassName
 {
   color: #288D0F;
 }
 .AnyTagClassName
 {
   color: #288D0F;
 }
</style>

background-color css

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

 a { background-color: rgb(40,141,15); }

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

border-color css

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

 span { border-color: rgb(40,141,15); }

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