Html Css Color HEX #288D0B Forest Green

📋 copy color: '#288D0B'

red 40 ◦ green 141 ◦ blue 11

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

Shades of Forest Green #288D0B

Tints of Forest Green #288D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 20.83%
G = 73.44%
B = 5.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#288D0B (or 0x288D0B) is known color: Forest Green. HEX triplet: 28, 8D and 0B. RGB value is (40,141,11). Sum of RGB (Red+Green+Blue) = 40+141+11=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 141 (55.47% from 255 or 73.44% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 141 - color contains mainly: green. Hex color #288D0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288D0B is #D772F4. Grayscale: #606060. Windows color (decimal): -14119669 or 757032. OLE color: 757032.

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

Color convert

RGB 40 141 11 -
CMYK 0.72 0 0.92 0.45
HSL 106.62º 0.86% 0.3% -
HSV(B) 106.62º 0.92% 0.55% -
XYZ 10.46 19.53 3.53 -
YUV 95.98 80.04 88.07 -
System Red Green Blue C M Y K H S L
Decimal 40 141 11 0.72 0 0.92 0.45 106.62 0.86 0.3
Hex 28 8D B 48 0 5C 2D 6B 56 1E
Octal 50 215 13 110 0 134 55 153 126 36
Binary 101000 10001101 1011 1001000 0 1011100 101101 1101011 1010110 11110

Color Harmonies of #288D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D0B

Black with #288D0B

Text Example


Text Example

White with #288D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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