Html Css Color HEX #288525 Forest Green

📋 copy color: '#288525'

red 40 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #288525

Tints of Forest Green #288525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.33%

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 19.05%
G = 63.33%
B = 17.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#288525 (or 0x288525) is known color: Forest Green. HEX triplet: 28, 85 and 25. RGB value is (40,133,37). Sum of RGB (Red+Green+Blue) = 40+133+37=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #288525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288525 is #D77ADA. Grayscale: #5E5E5E. Windows color (decimal): -14121691 or 2458920. OLE color: 2458920.

HSL color Cylindrical-coordinate representation of color #288525: hue angle of 118.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288525 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 37 -
CMYK 0.70 0 0.72 0.48
HSL 118.13º 0.56% 0.33% -
HSV(B) 118.13º 0.72% 0.52% -
XYZ 9.6 17.36 4.6 -
YUV 94.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 40 133 37 0.70 0 0.72 0.48 118.13 0.56 0.33
Hex 28 85 25 46 0 48 30 76 38 21
Octal 50 205 45 106 0 110 60 166 70 41
Binary 101000 10000101 100101 1000110 0 1001000 110000 1110110 111000 100001

Color Harmonies of #288525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288525

Black with #288525

Text Example


Text Example

White with #288525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288525; }

 p { color: rgb(40,133,37); }

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

background-color css

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

 a { background-color: rgb(40,133,37); }

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

border-color css

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

 span { border-color: rgb(40,133,37); }

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