Html Css Color HEX #218570 Elf Green

📋 copy color: '#218570'

red 33 ◦ green 133 ◦ blue 112

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

Shades of Elf Green #218570

Tints of Elf Green #218570

RGB

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

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

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

R = 11.87%
G = 47.84%
B = 40.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#218570 (or 0x218570) is known color: Elf Green. HEX triplet: 21, 85 and 70. RGB value is (33,133,112). Sum of RGB (Red+Green+Blue) = 33+133+112=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #218570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218570 is #DE7A8F. Grayscale: #646464. Windows color (decimal): -14580368 or 7374113. OLE color: 7374113.

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

Color convert

RGB 33 133 112 -
CMYK 0.75 0 0.16 0.48
HSL 167.4º 0.6% 0.33% -
HSV(B) 167.4º 0.75% 0.52% -
XYZ 11.94 18.27 18.23 -
YUV 100.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 33 133 112 0.75 0 0.16 0.48 167.4 0.6 0.33
Hex 21 85 70 4B 0 10 30 A7 3C 21
Octal 41 205 160 113 0 20 60 247 74 41
Binary 100001 10000101 1110000 1001011 0 10000 110000 10100111 111100 100001

Color Harmonies of #218570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218570

Black with #218570

Text Example


Text Example

White with #218570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218570; }

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

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

background-color css

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

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

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

border-color css

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

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

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