Html Css Color HEX #218361 Elf Green

📋 copy color: '#218361'

red 33 ◦ green 131 ◦ blue 97

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

Shades of Elf Green #218361

Tints of Elf Green #218361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.19%

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 12.64%
G = 50.19%
B = 37.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#218361 (or 0x218361) is known color: Elf Green. HEX triplet: 21, 83 and 61. RGB value is (33,131,97). Sum of RGB (Red+Green+Blue) = 33+131+97=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #218361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218361 is #DE7C9E. Grayscale: #616161. Windows color (decimal): -14580895 or 6390561. OLE color: 6390561.

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

Color convert

RGB 33 131 97 -
CMYK 0.75 0 0.26 0.49
HSL 159.18º 0.6% 0.32% -
HSV(B) 159.18º 0.75% 0.51% -
XYZ 10.9 17.42 14.1 -
YUV 97.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 33 131 97 0.75 0 0.26 0.49 159.18 0.6 0.32
Hex 21 83 61 4B 0 1A 31 9F 3C 20
Octal 41 203 141 113 0 32 61 237 74 40
Binary 100001 10000011 1100001 1001011 0 11010 110001 10011111 111100 100000

Color Harmonies of #218361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218361

Black with #218361

Text Example


Text Example

White with #218361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218361; }

 p { color: rgb(33,131,97); }

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

background-color css

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

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

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

border-color css

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

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

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