Html Css Color HEX #218529 Forest Green

📋 copy color: '#218529'

red 33 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #218529

Tints of Forest Green #218529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.25%

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

R = 15.94%
G = 64.25%
B = 19.81%

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

#218529 (or 0x218529) is known color: Forest Green. HEX triplet: 21, 85 and 29. RGB value is (33,133,41). Sum of RGB (Red+Green+Blue) = 33+133+41=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #218529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218529 is #DE7AD6. Grayscale: #5C5C5C. Windows color (decimal): -14580439 or 2721057. OLE color: 2721057.

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

Color convert

RGB 33 133 41 -
CMYK 0.75 0 0.69 0.48
HSL 124.8º 0.6% 0.33% -
HSV(B) 124.8º 0.75% 0.52% -
XYZ 9.41 17.26 4.93 -
YUV 92.61 98.87 85.48 -
System Red Green Blue C M Y K H S L
Decimal 33 133 41 0.75 0 0.69 0.48 124.8 0.6 0.33
Hex 21 85 29 4B 0 45 30 7D 3C 21
Octal 41 205 51 113 0 105 60 175 74 41
Binary 100001 10000101 101001 1001011 0 1000101 110000 1111101 111100 100001

Color Harmonies of #218529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218529

Black with #218529

Text Example


Text Example

White with #218529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218529; }

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

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

background-color css

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

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

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

border-color css

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

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

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