Html Css Color HEX #288C2A Forest Green

📋 copy color: '#288C2A'

red 40 ◦ green 140 ◦ blue 42

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

Shades of Forest Green #288C2A

Tints of Forest Green #288C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 18.02%
G = 63.06%
B = 18.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#288C2A (or 0x288C2A) is known color: Forest Green. HEX triplet: 28, 8C and 2A. RGB value is (40,140,42). Sum of RGB (Red+Green+Blue) = 40+140+42=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 140 (55.08% from 255 or 63.06% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 140 - color contains mainly: green. Hex color #288C2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C2A is #D773D5. Grayscale: #636363. Windows color (decimal): -14119894 or 2788392. OLE color: 2788392.

HSL color Cylindrical-coordinate representation of color #288C2A: hue angle of 121.2º 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 #288C2A is Cyan = 0.71, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 140 42 -
CMYK 0.71 0 0.7 0.45
HSL 121.2º 0.56% 0.35% -
HSV(B) 121.2º 0.71% 0.55% -
XYZ 10.67 19.37 5.37 -
YUV 98.93 95.87 85.97 -
System Red Green Blue C M Y K H S L
Decimal 40 140 42 0.71 0 0.7 0.45 121.2 0.56 0.35
Hex 28 8C 2A 47 0 46 2D 79 38 23
Octal 50 214 52 107 0 106 55 171 70 43
Binary 101000 10001100 101010 1000111 0 1000110 101101 1111001 111000 100011

Color Harmonies of #288C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C2A

Black with #288C2A

Text Example


Text Example

White with #288C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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