Html Css Color HEX #218670 Elf Green

📋 copy color: '#218670'

red 33 ◦ green 134 ◦ blue 112

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

Shades of Elf Green #218670

Tints of Elf Green #218670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.03%

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

R = 11.83%
G = 48.03%
B = 40.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#218670 (or 0x218670) is known color: Elf Green. HEX triplet: 21, 86 and 70. RGB value is (33,134,112). Sum of RGB (Red+Green+Blue) = 33+134+112=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #218670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218670 is #DE798F. Grayscale: #656565. Windows color (decimal): -14580112 or 7374369. OLE color: 7374369.

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

Color convert

RGB 33 134 112 -
CMYK 0.75 0 0.16 0.47
HSL 166.93º 0.6% 0.33% -
HSV(B) 166.93º 0.75% 0.53% -
XYZ 12.08 18.54 18.27 -
YUV 101.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 33 134 112 0.75 0 0.16 0.47 166.93 0.6 0.33
Hex 21 86 70 4B 0 10 2F A7 3C 21
Octal 41 206 160 113 0 20 57 247 74 41
Binary 100001 10000110 1110000 1001011 0 10000 101111 10100111 111100 100001

Color Harmonies of #218670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218670

Black with #218670

Text Example


Text Example

White with #218670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218670; }

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

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

background-color css

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

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

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

border-color css

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

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

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