Html Css Color HEX #218770 Elf Green

📋 copy color: '#218770'

red 33 ◦ green 135 ◦ blue 112

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

Shades of Elf Green #218770

Tints of Elf Green #218770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.21%

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

R = 11.79%
G = 48.21%
B = 40%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#218770 (or 0x218770) is known color: Elf Green. HEX triplet: 21, 87 and 70. RGB value is (33,135,112). Sum of RGB (Red+Green+Blue) = 33+135+112=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #218770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218770 is #DE788F. Grayscale: #656565. Windows color (decimal): -14579856 or 7374625. OLE color: 7374625.

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

Color convert

RGB 33 135 112 -
CMYK 0.76 0 0.17 0.47
HSL 166.47º 0.61% 0.33% -
HSV(B) 166.47º 0.76% 0.53% -
XYZ 12.22 18.82 18.32 -
YUV 101.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 33 135 112 0.76 0 0.17 0.47 166.47 0.61 0.33
Hex 21 87 70 4C 0 11 2F A6 3D 21
Octal 41 207 160 114 0 21 57 246 75 41
Binary 100001 10000111 1110000 1001100 0 10001 101111 10100110 111101 100001

Color Harmonies of #218770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218770

Black with #218770

Text Example


Text Example

White with #218770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218770; }

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

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

background-color css

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

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

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

border-color css

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

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

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