Html Css Color HEX #288C10 Forest Green

📋 copy color: '#288C10'

red 40 ◦ green 140 ◦ blue 16

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

Shades of Forest Green #288C10

Tints of Forest Green #288C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 20.41%
G = 71.43%
B = 8.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#288C10 (or 0x288C10) is known color: Forest Green. HEX triplet: 28, 8C and 10. RGB value is (40,140,16). Sum of RGB (Red+Green+Blue) = 40+140+16=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #288C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288C10 is #D773EF. Grayscale: #606060. Windows color (decimal): -14119920 or 1084456. OLE color: 1084456.

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

Color convert

RGB 40 140 16 -
CMYK 0.71 0 0.89 0.45
HSL 108.39º 0.79% 0.31% -
HSV(B) 108.39º 0.89% 0.55% -
XYZ 10.35 19.24 3.66 -
YUV 95.96 82.87 88.08 -
System Red Green Blue C M Y K H S L
Decimal 40 140 16 0.71 0 0.89 0.45 108.39 0.79 0.31
Hex 28 8C 10 47 0 59 2D 6C 4F 1F
Octal 50 214 20 107 0 131 55 154 117 37
Binary 101000 10001100 10000 1000111 0 1011001 101101 1101100 1001111 11111

Color Harmonies of #288C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C10

Black with #288C10

Text Example


Text Example

White with #288C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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