Html Css Color HEX #218463 Elf Green

📋 copy color: '#218463'

red 33 ◦ green 132 ◦ blue 99

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

Shades of Elf Green #218463

Tints of Elf Green #218463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.5%

R = 12.5%
G = 50%
B = 37.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#218463 (or 0x218463) is known color: Elf Green. HEX triplet: 21, 84 and 63. RGB value is (33,132,99). Sum of RGB (Red+Green+Blue) = 33+132+99=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #218463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218463 is #DE7B9C. Grayscale: #626262. Windows color (decimal): -14580637 or 6521889. OLE color: 6521889.

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

Color convert

RGB 33 132 99 -
CMYK 0.75 0 0.25 0.48
HSL 160º 0.6% 0.32% -
HSV(B) 160º 0.75% 0.52% -
XYZ 11.13 17.73 14.64 -
YUV 98.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 33 132 99 0.75 0 0.25 0.48 160 0.6 0.32
Hex 21 84 63 4B 0 19 30 A0 3C 20
Octal 41 204 143 113 0 31 60 240 74 40
Binary 100001 10000100 1100011 1001011 0 11001 110000 10100000 111100 100000

Color Harmonies of #218463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218463

Black with #218463

Text Example


Text Example

White with #218463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218463; }

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

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

background-color css

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

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

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

border-color css

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

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

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