Html Css Color HEX #218421 Forest Green

📋 copy color: '#218421'

red 33 ◦ green 132 ◦ blue 33

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

Shades of Forest Green #218421

Tints of Forest Green #218421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66.67%

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 16.67%
G = 66.67%
B = 16.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#218421 (or 0x218421) is known color: Forest Green. HEX triplet: 21, 84 and 21. RGB value is (33,132,33). Sum of RGB (Red+Green+Blue) = 33+132+33=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 132 (51.95% from 255 or 66.67% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 132 - color contains mainly: green. Hex color #218421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218421 is #DE7BDE. Grayscale: #5B5B5B. Windows color (decimal): -14580703 or 2196513. OLE color: 2196513.

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

Color convert

RGB 33 132 33 -
CMYK 0.75 0 0.75 0.48
HSL 120º 0.6% 0.32% -
HSV(B) 120º 0.75% 0.52% -
XYZ 9.15 16.94 4.23 -
YUV 91.11 95.2 86.55 -
System Red Green Blue C M Y K H S L
Decimal 33 132 33 0.75 0 0.75 0.48 120 0.6 0.32
Hex 21 84 21 4B 0 4B 30 78 3C 20
Octal 41 204 41 113 0 113 60 170 74 40
Binary 100001 10000100 100001 1001011 0 1001011 110000 1111000 111100 100000

Color Harmonies of #218421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218421

Black with #218421

Text Example


Text Example

White with #218421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218421; }

 p { color: rgb(33,132,33); }

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

background-color css

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

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

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

border-color css

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

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

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