Html Css Color HEX #218D25 Forest Green

📋 copy color: '#218D25'

red 33 ◦ green 141 ◦ blue 37

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

Shades of Forest Green #218D25

Tints of Forest Green #218D25

RGB

 RED value IS 33 (13.28% from 255) = 15.64%

 GREEN value IS 141 (55.47% from 255) = 66.82%

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

R = 15.64%
G = 66.82%
B = 17.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#218D25 (or 0x218D25) is known color: Forest Green. HEX triplet: 21, 8D and 25. RGB value is (33,141,37). Sum of RGB (Red+Green+Blue) = 33+141+37=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 141 (55.47% from 255 or 66.82% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 141 - color contains mainly: green. Hex color #218D25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D25 is #DE72DA. Grayscale: #616161. Windows color (decimal): -14578395 or 2460961. OLE color: 2460961.

HSL color Cylindrical-coordinate representation of color #218D25: hue angle of 122.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D25 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 141 37 -
CMYK 0.77 0 0.74 0.45
HSL 122.22º 0.62% 0.34% -
HSV(B) 122.22º 0.77% 0.55% -
XYZ 10.49 19.51 4.96 -
YUV 96.85 94.22 82.46 -
System Red Green Blue C M Y K H S L
Decimal 33 141 37 0.77 0 0.74 0.45 122.22 0.62 0.34
Hex 21 8D 25 4D 0 4A 2D 7A 3E 22
Octal 41 215 45 115 0 112 55 172 76 42
Binary 100001 10001101 100101 1001101 0 1001010 101101 1111010 111110 100010

Color Harmonies of #218D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D25

Black with #218D25

Text Example


Text Example

White with #218D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218D25; }

 p { color: rgb(33,141,37); }

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

background-color css

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

 a { background-color: rgb(33,141,37); }

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

border-color css

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

 span { border-color: rgb(33,141,37); }

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