Html Css Color HEX #218572 Elf Green

📋 copy color: '#218572'

red 33 ◦ green 133 ◦ blue 114

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

Shades of Elf Green #218572

Tints of Elf Green #218572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.5%

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

R = 11.79%
G = 47.5%
B = 40.71%

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

#218572 (or 0x218572) is known color: Elf Green. HEX triplet: 21, 85 and 72. RGB value is (33,133,114). Sum of RGB (Red+Green+Blue) = 33+133+114=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #218572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218572 is #DE7A8D. Grayscale: #646464. Windows color (decimal): -14580366 or 7505185. OLE color: 7505185.

HSL color Cylindrical-coordinate representation of color #218572: hue angle of 168.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218572 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 133 114 -
CMYK 0.75 0 0.14 0.48
HSL 168.6º 0.6% 0.33% -
HSV(B) 168.6º 0.75% 0.52% -
XYZ 12.05 18.31 18.82 -
YUV 100.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 33 133 114 0.75 0 0.14 0.48 168.6 0.6 0.33
Hex 21 85 72 4B 0 E 30 A9 3C 21
Octal 41 205 162 113 0 16 60 251 74 41
Binary 100001 10000101 1110010 1001011 0 1110 110000 10101001 111100 100001

Color Harmonies of #218572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218572

Black with #218572

Text Example


Text Example

White with #218572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218572; }

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

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

background-color css

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

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

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

border-color css

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

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

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