Html Css Color HEX #218325 Forest Green

📋 copy color: '#218325'

red 33 ◦ green 131 ◦ blue 37

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

Shades of Forest Green #218325

Tints of Forest Green #218325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 65.17%

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

R = 16.42%
G = 65.17%
B = 18.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#218325 (or 0x218325) is known color: Forest Green. HEX triplet: 21, 83 and 25. RGB value is (33,131,37). Sum of RGB (Red+Green+Blue) = 33+131+37=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #218325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218325 is #DE7CDA. Grayscale: #5B5B5B. Windows color (decimal): -14580955 or 2458401. OLE color: 2458401.

HSL color Cylindrical-coordinate representation of color #218325: hue angle of 122.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218325 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 37 -
CMYK 0.75 0 0.72 0.49
HSL 122.45º 0.6% 0.32% -
HSV(B) 122.45º 0.75% 0.51% -
XYZ 9.08 16.69 4.49 -
YUV 90.98 97.53 86.64 -
System Red Green Blue C M Y K H S L
Decimal 33 131 37 0.75 0 0.72 0.49 122.45 0.6 0.32
Hex 21 83 25 4B 0 48 31 7A 3C 20
Octal 41 203 45 113 0 110 61 172 74 40
Binary 100001 10000011 100101 1001011 0 1001000 110001 1111010 111100 100000

Color Harmonies of #218325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218325

Black with #218325

Text Example


Text Example

White with #218325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218325; }

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

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

background-color css

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

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

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

border-color css

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

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

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