Html Css Color HEX #218962 Elf Green

📋 copy color: '#218962'

red 33 ◦ green 137 ◦ blue 98

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

Shades of Elf Green #218962

Tints of Elf Green #218962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 12.31%
G = 51.12%
B = 36.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#218962 (or 0x218962) is known color: Elf Green. HEX triplet: 21, 89 and 62. RGB value is (33,137,98). Sum of RGB (Red+Green+Blue) = 33+137+98=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #218962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218962 is #DE769D. Grayscale: #656565. Windows color (decimal): -14579358 or 6457633. OLE color: 6457633.

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

Color convert

RGB 33 137 98 -
CMYK 0.76 0 0.28 0.46
HSL 157.5º 0.61% 0.33% -
HSV(B) 157.5º 0.76% 0.54% -
XYZ 11.78 19.1 14.62 -
YUV 101.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 33 137 98 0.76 0 0.28 0.46 157.5 0.61 0.33
Hex 21 89 62 4C 0 1C 2E 9E 3D 21
Octal 41 211 142 114 0 34 56 236 75 41
Binary 100001 10001001 1100010 1001100 0 11100 101110 10011110 111101 100001

Color Harmonies of #218962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218962

Black with #218962

Text Example


Text Example

White with #218962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218962; }

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

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

background-color css

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

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

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

border-color css

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

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

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