Html Css Color HEX #288C2C Forest Green

📋 copy color: '#288C2C'

red 40 ◦ green 140 ◦ blue 44

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

Shades of Forest Green #288C2C

Tints of Forest Green #288C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 62.5%

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 17.86%
G = 62.5%
B = 19.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#288C2C (or 0x288C2C) is known color: Forest Green. HEX triplet: 28, 8C and 2C. RGB value is (40,140,44). Sum of RGB (Red+Green+Blue) = 40+140+44=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #288C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C2C is #D773D3. Grayscale: #636363. Windows color (decimal): -14119892 or 2919464. OLE color: 2919464.

HSL color Cylindrical-coordinate representation of color #288C2C: hue angle of 122.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C2C is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 140 44 -
CMYK 0.71 0 0.69 0.45
HSL 122.4º 0.56% 0.35% -
HSV(B) 122.4º 0.71% 0.55% -
XYZ 10.71 19.39 5.56 -
YUV 99.16 96.87 85.81 -
System Red Green Blue C M Y K H S L
Decimal 40 140 44 0.71 0 0.69 0.45 122.4 0.56 0.35
Hex 28 8C 2C 47 0 45 2D 7A 38 23
Octal 50 214 54 107 0 105 55 172 70 43
Binary 101000 10001100 101100 1000111 0 1000101 101101 1111010 111000 100011

Color Harmonies of #288C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C2C

Black with #288C2C

Text Example


Text Example

White with #288C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,44); }

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

background-color css

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

 a { background-color: rgb(40,140,44); }

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

border-color css

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

 span { border-color: rgb(40,140,44); }

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