Html Css Color HEX #218472 Elf Green

📋 copy color: '#218472'

red 33 ◦ green 132 ◦ blue 114

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

Shades of Elf Green #218472

Tints of Elf Green #218472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 11.83%
G = 47.31%
B = 40.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#218472 (or 0x218472) is known color: Elf Green. HEX triplet: 21, 84 and 72. RGB value is (33,132,114). Sum of RGB (Red+Green+Blue) = 33+132+114=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #218472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218472 is #DE7B8D. Grayscale: #646464. Windows color (decimal): -14580622 or 7504929. OLE color: 7504929.

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

Color convert

RGB 33 132 114 -
CMYK 0.75 0 0.14 0.48
HSL 169.09º 0.6% 0.32% -
HSV(B) 169.09º 0.75% 0.52% -
XYZ 11.92 18.04 18.77 -
YUV 100.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 33 132 114 0.75 0 0.14 0.48 169.09 0.6 0.32
Hex 21 84 72 4B 0 E 30 A9 3C 20
Octal 41 204 162 113 0 16 60 251 74 40
Binary 100001 10000100 1110010 1001011 0 1110 110000 10101001 111100 100000

Color Harmonies of #218472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218472

Black with #218472

Text Example


Text Example

White with #218472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218472; }

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

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

background-color css

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

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

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

border-color css

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

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

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