Html Css Color HEX #218429 Forest Green

📋 copy color: '#218429'

red 33 ◦ green 132 ◦ blue 41

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

Shades of Forest Green #218429

Tints of Forest Green #218429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 16.02%
G = 64.08%
B = 19.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#218429 (or 0x218429) is known color: Forest Green. HEX triplet: 21, 84 and 29. RGB value is (33,132,41). Sum of RGB (Red+Green+Blue) = 33+132+41=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #218429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218429 is #DE7BD6. Grayscale: #5C5C5C. Windows color (decimal): -14580695 or 2720801. OLE color: 2720801.

HSL color Cylindrical-coordinate representation of color #218429: hue angle of 124.85º 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 #218429 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 132 41 -
CMYK 0.75 0 0.69 0.48
HSL 124.85º 0.6% 0.32% -
HSV(B) 124.85º 0.75% 0.52% -
XYZ 9.28 16.99 4.89 -
YUV 92.03 99.2 85.9 -
System Red Green Blue C M Y K H S L
Decimal 33 132 41 0.75 0 0.69 0.48 124.85 0.6 0.32
Hex 21 84 29 4B 0 45 30 7D 3C 20
Octal 41 204 51 113 0 105 60 175 74 40
Binary 100001 10000100 101001 1001011 0 1000101 110000 1111101 111100 100000

Color Harmonies of #218429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218429

Black with #218429

Text Example


Text Example

White with #218429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218429; }

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

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

background-color css

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

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

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

border-color css

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

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

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