Html Css Color HEX #288D00 Forest Green

📋 copy color: '#288D00'

red 40 ◦ green 141 ◦ blue 0

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

Shades of Forest Green #288D00

Tints of Forest Green #288D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.1%
G = 77.9%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#288D00 (or 0x288D00) is known color: Forest Green. HEX triplet: 28, 8D and 00. RGB value is (40,141,0). Sum of RGB (Red+Green+Blue) = 40+141+0=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 141 (55.47% from 255 or 77.90% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 141 - color contains mainly: green. Hex color #288D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288D00 is #D772FF. Grayscale: #5F5F5F. Windows color (decimal): -14119680 or 36136. OLE color: 36136.

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

Color convert

RGB 40 141 0 -
CMYK 0.72 0 1 0.45
HSL 102.98º 1% 0.28% -
HSV(B) 102.98º 1% 0.55% -
XYZ 10.4 19.5 3.22 -
YUV 94.73 74.54 88.96 -
System Red Green Blue C M Y K H S L
Decimal 40 141 0 0.72 0 1 0.45 102.98 1 0.28
Hex 28 8D 0 48 0 64 2D 67 64 1C
Octal 50 215 0 110 0 144 55 147 144 34
Binary 101000 10001101 0 1001000 0 1100100 101101 1100111 1100100 11100

Color Harmonies of #288D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D00

Black with #288D00

Text Example


Text Example

White with #288D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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