Html Css Color HEX #218970 Elf Green

📋 copy color: '#218970'

red 33 ◦ green 137 ◦ blue 112

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

Shades of Elf Green #218970

Tints of Elf Green #218970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.58%

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

R = 11.7%
G = 48.58%
B = 39.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#218970 (or 0x218970) is known color: Elf Green. HEX triplet: 21, 89 and 70. RGB value is (33,137,112). Sum of RGB (Red+Green+Blue) = 33+137+112=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #218970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218970 is #DE768F. Grayscale: #676767. Windows color (decimal): -14579344 or 7375137. OLE color: 7375137.

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

Color convert

RGB 33 137 112 -
CMYK 0.76 0 0.18 0.46
HSL 165.58º 0.61% 0.33% -
HSV(B) 165.58º 0.76% 0.54% -
XYZ 12.5 19.38 18.41 -
YUV 103.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 33 137 112 0.76 0 0.18 0.46 165.58 0.61 0.33
Hex 21 89 70 4C 0 12 2E A6 3D 21
Octal 41 211 160 114 0 22 56 246 75 41
Binary 100001 10001001 1110000 1001100 0 10010 101110 10100110 111101 100001

Color Harmonies of #218970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218970

Black with #218970

Text Example


Text Example

White with #218970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218970; }

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

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

background-color css

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

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

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

border-color css

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

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

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