Html Css Color HEX #288C35 Forest Green

📋 copy color: '#288C35'

red 40 ◦ green 140 ◦ blue 53

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

Shades of Forest Green #288C35

Tints of Forest Green #288C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 17.17%
G = 60.09%
B = 22.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#288C35 (or 0x288C35) is known color: Forest Green. HEX triplet: 28, 8C and 35. RGB value is (40,140,53). Sum of RGB (Red+Green+Blue) = 40+140+53=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #288C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C35 is #D773CA. Grayscale: #646464. Windows color (decimal): -14119883 or 3509288. OLE color: 3509288.

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

Color convert

RGB 40 140 53 -
CMYK 0.71 0 0.62 0.45
HSL 127.8º 0.56% 0.35% -
HSV(B) 127.8º 0.71% 0.55% -
XYZ 10.9 19.46 6.55 -
YUV 100.18 101.37 85.07 -
System Red Green Blue C M Y K H S L
Decimal 40 140 53 0.71 0 0.62 0.45 127.8 0.56 0.35
Hex 28 8C 35 47 0 3E 2D 80 38 23
Octal 50 214 65 107 0 76 55 200 70 43
Binary 101000 10001100 110101 1000111 0 111110 101101 10000000 111000 100011

Color Harmonies of #288C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C35

Black with #288C35

Text Example


Text Example

White with #288C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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