Html Css Color HEX #218960 Elf Green

📋 copy color: '#218960'

red 33 ◦ green 137 ◦ blue 96

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

Shades of Elf Green #218960

Tints of Elf Green #218960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 12.41%
G = 51.5%
B = 36.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#218960 (or 0x218960) is known color: Elf Green. HEX triplet: 21, 89 and 60. RGB value is (33,137,96). Sum of RGB (Red+Green+Blue) = 33+137+96=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #218960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218960 is #DE769F. Grayscale: #656565. Windows color (decimal): -14579360 or 6326561. OLE color: 6326561.

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

Color convert

RGB 33 137 96 -
CMYK 0.76 0 0.30 0.46
HSL 156.35º 0.61% 0.33% -
HSV(B) 156.35º 0.76% 0.54% -
XYZ 11.68 19.06 14.13 -
YUV 101.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 33 137 96 0.76 0 0.30 0.46 156.35 0.61 0.33
Hex 21 89 60 4C 0 1E 2E 9C 3D 21
Octal 41 211 140 114 0 36 56 234 75 41
Binary 100001 10001001 1100000 1001100 0 11110 101110 10011100 111101 100001

Color Harmonies of #218960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218960

Black with #218960

Text Example


Text Example

White with #218960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218960; }

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

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

background-color css

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

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

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

border-color css

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

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

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