Html Css Color HEX #218470 Elf Green

📋 copy color: '#218470'

red 33 ◦ green 132 ◦ blue 112

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

Shades of Elf Green #218470

Tints of Elf Green #218470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 11.91%
G = 47.65%
B = 40.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#218470 (or 0x218470) is known color: Elf Green. HEX triplet: 21, 84 and 70. RGB value is (33,132,112). Sum of RGB (Red+Green+Blue) = 33+132+112=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #218470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218470 is #DE7B8F. Grayscale: #646464. Windows color (decimal): -14580624 or 7373857. OLE color: 7373857.

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

Color convert

RGB 33 132 112 -
CMYK 0.75 0 0.15 0.48
HSL 167.88º 0.6% 0.32% -
HSV(B) 167.88º 0.75% 0.52% -
XYZ 11.8 18 18.18 -
YUV 100.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 33 132 112 0.75 0 0.15 0.48 167.88 0.6 0.32
Hex 21 84 70 4B 0 F 30 A8 3C 20
Octal 41 204 160 113 0 17 60 250 74 40
Binary 100001 10000100 1110000 1001011 0 1111 110000 10101000 111100 100000

Color Harmonies of #218470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218470

Black with #218470

Text Example


Text Example

White with #218470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218470; }

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

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

background-color css

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

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

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

border-color css

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

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

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