Html Css Color HEX #218875 Elf Green

📋 copy color: '#218875'

red 33 ◦ green 136 ◦ blue 117

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

Shades of Elf Green #218875

Tints of Elf Green #218875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 11.54%
G = 47.55%
B = 40.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#218875 (or 0x218875) is known color: Elf Green. HEX triplet: 21, 88 and 75. RGB value is (33,136,117). Sum of RGB (Red+Green+Blue) = 33+136+117=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #218875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218875 is #DE778A. Grayscale: #676767. Windows color (decimal): -14579595 or 7702561. OLE color: 7702561.

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

Color convert

RGB 33 136 117 -
CMYK 0.76 0 0.14 0.47
HSL 168.93º 0.61% 0.33% -
HSV(B) 168.93º 0.76% 0.53% -
XYZ 12.64 19.22 19.87 -
YUV 103.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 33 136 117 0.76 0 0.14 0.47 168.93 0.61 0.33
Hex 21 88 75 4C 0 E 2F A9 3D 21
Octal 41 210 165 114 0 16 57 251 75 41
Binary 100001 10001000 1110101 1001100 0 1110 101111 10101001 111101 100001

Color Harmonies of #218875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218875

Black with #218875

Text Example


Text Example

White with #218875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218875; }

 p { color: rgb(33,136,117); }

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

background-color css

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

 a { background-color: rgb(33,136,117); }

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

border-color css

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

 span { border-color: rgb(33,136,117); }

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