Html Css Color HEX #288012 Forest Green

📋 copy color: '#288012'

red 40 ◦ green 128 ◦ blue 18

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

Shades of Forest Green #288012

Tints of Forest Green #288012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 68.82%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 21.51%
G = 68.82%
B = 9.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#288012 (or 0x288012) is known color: Forest Green. HEX triplet: 28, 80 and 12. RGB value is (40,128,18). Sum of RGB (Red+Green+Blue) = 40+128+18=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #288012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288012 is #D77FED. Grayscale: #595959. Windows color (decimal): -14122990 or 1212456. OLE color: 1212456.

HSL color Cylindrical-coordinate representation of color #288012: hue angle of 108º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #288012 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 18 -
CMYK 0.69 0 0.86 0.50
HSL 108º 0.75% 0.29% -
HSV(B) 108º 0.86% 0.5% -
XYZ 8.7 15.93 3.19 -
YUV 89.15 87.85 92.94 -
System Red Green Blue C M Y K H S L
Decimal 40 128 18 0.69 0 0.86 0.50 108 0.75 0.29
Hex 28 80 12 45 0 56 32 6C 4B 1D
Octal 50 200 22 105 0 126 62 154 113 35
Binary 101000 10000000 10010 1000101 0 1010110 110010 1101100 1001011 11101

Color Harmonies of #288012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288012

Black with #288012

Text Example


Text Example

White with #288012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288012; }

 p { color: rgb(40,128,18); }

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

background-color css

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

 a { background-color: rgb(40,128,18); }

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

border-color css

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

 span { border-color: rgb(40,128,18); }

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