Html Css Color HEX #218760 Elf Green

📋 copy color: '#218760'

red 33 ◦ green 135 ◦ blue 96

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

Shades of Elf Green #218760

Tints of Elf Green #218760

RGB

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

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

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

R = 12.5%
G = 51.14%
B = 36.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#218760 (or 0x218760) is known color: Elf Green. HEX triplet: 21, 87 and 60. RGB value is (33,135,96). Sum of RGB (Red+Green+Blue) = 33+135+96=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #218760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218760 is #DE789F. Grayscale: #646464. Windows color (decimal): -14579872 or 6326049. OLE color: 6326049.

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

Color convert

RGB 33 135 96 -
CMYK 0.76 0 0.29 0.47
HSL 157.06º 0.61% 0.33% -
HSV(B) 157.06º 0.76% 0.53% -
XYZ 11.4 18.5 14.04 -
YUV 100.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 33 135 96 0.76 0 0.29 0.47 157.06 0.61 0.33
Hex 21 87 60 4C 0 1D 2F 9D 3D 21
Octal 41 207 140 114 0 35 57 235 75 41
Binary 100001 10000111 1100000 1001100 0 11101 101111 10011101 111101 100001

Color Harmonies of #218760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218760

Black with #218760

Text Example


Text Example

White with #218760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218760; }

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

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

background-color css

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

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

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

border-color css

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

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

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