Html Css Color HEX #218531 Forest Green

📋 copy color: '#218531'

red 33 ◦ green 133 ◦ blue 49

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

Shades of Forest Green #218531

Tints of Forest Green #218531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 15.35%
G = 61.86%
B = 22.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#218531 (or 0x218531) is known color: Forest Green. HEX triplet: 21, 85 and 31. RGB value is (33,133,49). Sum of RGB (Red+Green+Blue) = 33+133+49=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #218531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218531 is #DE7ACE. Grayscale: #5D5D5D. Windows color (decimal): -14580431 or 3245345. OLE color: 3245345.

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

Color convert

RGB 33 133 49 -
CMYK 0.75 0 0.63 0.48
HSL 129.6º 0.6% 0.33% -
HSV(B) 129.6º 0.75% 0.52% -
XYZ 9.57 17.32 5.74 -
YUV 93.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 33 133 49 0.75 0 0.63 0.48 129.6 0.6 0.33
Hex 21 85 31 4B 0 3F 30 82 3C 21
Octal 41 205 61 113 0 77 60 202 74 41
Binary 100001 10000101 110001 1001011 0 111111 110000 10000010 111100 100001

Color Harmonies of #218531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218531

Black with #218531

Text Example


Text Example

White with #218531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218531; }

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

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

background-color css

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

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

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

border-color css

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

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

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