Html Css Color HEX #218768 Elf Green

📋 copy color: '#218768'

red 33 ◦ green 135 ◦ blue 104

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

Shades of Elf Green #218768

Tints of Elf Green #218768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 12.13%
G = 49.63%
B = 38.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#218768 (or 0x218768) is known color: Elf Green. HEX triplet: 21, 87 and 68. RGB value is (33,135,104). Sum of RGB (Red+Green+Blue) = 33+135+104=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #218768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218768 is #DE7897. Grayscale: #646464. Windows color (decimal): -14579864 or 6850337. OLE color: 6850337.

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

Color convert

RGB 33 135 104 -
CMYK 0.76 0 0.23 0.47
HSL 161.76º 0.61% 0.33% -
HSV(B) 161.76º 0.76% 0.53% -
XYZ 11.79 18.65 16.08 -
YUV 100.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 33 135 104 0.76 0 0.23 0.47 161.76 0.61 0.33
Hex 21 87 68 4C 0 17 2F A2 3D 21
Octal 41 207 150 114 0 27 57 242 75 41
Binary 100001 10000111 1101000 1001100 0 10111 101111 10100010 111101 100001

Color Harmonies of #218768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218768

Black with #218768

Text Example


Text Example

White with #218768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218768; }

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

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

background-color css

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

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

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

border-color css

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

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

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