Html Css Color HEX #218462 Elf Green

📋 copy color: '#218462'

red 33 ◦ green 132 ◦ blue 98

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

Shades of Elf Green #218462

Tints of Elf Green #218462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 12.55%
G = 50.19%
B = 37.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#218462 (or 0x218462) is known color: Elf Green. HEX triplet: 21, 84 and 62. RGB value is (33,132,98). Sum of RGB (Red+Green+Blue) = 33+132+98=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #218462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218462 is #DE7B9D. Grayscale: #626262. Windows color (decimal): -14580638 or 6456353. OLE color: 6456353.

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

Color convert

RGB 33 132 98 -
CMYK 0.75 0 0.26 0.48
HSL 159.39º 0.6% 0.32% -
HSV(B) 159.39º 0.75% 0.52% -
XYZ 11.08 17.71 14.39 -
YUV 98.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 33 132 98 0.75 0 0.26 0.48 159.39 0.6 0.32
Hex 21 84 62 4B 0 1A 30 9F 3C 20
Octal 41 204 142 113 0 32 60 237 74 40
Binary 100001 10000100 1100010 1001011 0 11010 110000 10011111 111100 100000

Color Harmonies of #218462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218462

Black with #218462

Text Example


Text Example

White with #218462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218462; }

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

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

background-color css

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

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

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

border-color css

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

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

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