Html Css Color HEX #288512 Forest Green

📋 copy color: '#288512'

red 40 ◦ green 133 ◦ blue 18

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

Shades of Forest Green #288512

Tints of Forest Green #288512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 69.63%

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

R = 20.94%
G = 69.63%
B = 9.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#288512 (or 0x288512) is known color: Forest Green. HEX triplet: 28, 85 and 12. RGB value is (40,133,18). Sum of RGB (Red+Green+Blue) = 40+133+18=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #288512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288512 is #D77AED. Grayscale: #5C5C5C. Windows color (decimal): -14121710 or 1213736. OLE color: 1213736.

HSL color Cylindrical-coordinate representation of color #288512: hue angle of 108.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #288512 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 18 -
CMYK 0.70 0 0.86 0.48
HSL 108.52º 0.76% 0.3% -
HSV(B) 108.52º 0.86% 0.52% -
XYZ 9.37 17.27 3.41 -
YUV 92.08 86.19 90.85 -
System Red Green Blue C M Y K H S L
Decimal 40 133 18 0.70 0 0.86 0.48 108.52 0.76 0.3
Hex 28 85 12 46 0 56 30 6D 4C 1E
Octal 50 205 22 106 0 126 60 155 114 36
Binary 101000 10000101 10010 1000110 0 1010110 110000 1101101 1001100 11110

Color Harmonies of #288512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288512

Black with #288512

Text Example


Text Example

White with #288512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288512; }

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

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

background-color css

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

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

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

border-color css

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

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

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