Html Css Color HEX #218673 Elf Green

📋 copy color: '#218673'

red 33 ◦ green 134 ◦ blue 115

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

Shades of Elf Green #218673

Tints of Elf Green #218673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 11.7%
G = 47.52%
B = 40.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#218673 (or 0x218673) is known color: Elf Green. HEX triplet: 21, 86 and 73. RGB value is (33,134,115). Sum of RGB (Red+Green+Blue) = 33+134+115=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #218673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218673 is #DE798C. Grayscale: #656565. Windows color (decimal): -14580109 or 7570977. OLE color: 7570977.

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

Color convert

RGB 33 134 115 -
CMYK 0.75 0 0.14 0.47
HSL 168.71º 0.6% 0.33% -
HSV(B) 168.71º 0.75% 0.53% -
XYZ 12.25 18.61 19.17 -
YUV 101.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 33 134 115 0.75 0 0.14 0.47 168.71 0.6 0.33
Hex 21 86 73 4B 0 E 2F A9 3C 21
Octal 41 206 163 113 0 16 57 251 74 41
Binary 100001 10000110 1110011 1001011 0 1110 101111 10101001 111100 100001

Color Harmonies of #218673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218673

Black with #218673

Text Example


Text Example

White with #218673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218673; }

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

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

background-color css

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

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

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

border-color css

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

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

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