Html Css Color HEX #218129 Forest Green

📋 copy color: '#218129'

red 33 ◦ green 129 ◦ blue 41

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

Shades of Forest Green #218129

Tints of Forest Green #218129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.55%

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

R = 16.26%
G = 63.55%
B = 20.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#218129 (or 0x218129) is known color: Forest Green. HEX triplet: 21, 81 and 29. RGB value is (33,129,41). Sum of RGB (Red+Green+Blue) = 33+129+41=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #218129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218129 is #DE7ED6. Grayscale: #5A5A5A. Windows color (decimal): -14581463 or 2720033. OLE color: 2720033.

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

Color convert

RGB 33 129 41 -
CMYK 0.74 0 0.68 0.49
HSL 125º 0.59% 0.32% -
HSV(B) 125º 0.74% 0.51% -
XYZ 8.88 16.18 4.75 -
YUV 90.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 33 129 41 0.74 0 0.68 0.49 125 0.59 0.32
Hex 21 81 29 4A 0 44 31 7D 3B 20
Octal 41 201 51 112 0 104 61 175 73 40
Binary 100001 10000001 101001 1001010 0 1000100 110001 1111101 111011 100000

Color Harmonies of #218129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218129

Black with #218129

Text Example


Text Example

White with #218129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218129; }

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

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

background-color css

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

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

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

border-color css

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

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

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