Html Css Color HEX #218360 Elf Green

📋 copy color: '#218360'

red 33 ◦ green 131 ◦ blue 96

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

Shades of Elf Green #218360

Tints of Elf Green #218360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.38%

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

R = 12.69%
G = 50.38%
B = 36.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#218360 (or 0x218360) is known color: Elf Green. HEX triplet: 21, 83 and 60. RGB value is (33,131,96). Sum of RGB (Red+Green+Blue) = 33+131+96=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #218360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218360 is #DE7C9F. Grayscale: #616161. Windows color (decimal): -14580896 or 6325025. OLE color: 6325025.

HSL color Cylindrical-coordinate representation of color #218360: hue angle of 158.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218360 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 96 -
CMYK 0.75 0 0.27 0.49
HSL 158.57º 0.6% 0.32% -
HSV(B) 158.57º 0.75% 0.51% -
XYZ 10.85 17.4 13.85 -
YUV 97.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 33 131 96 0.75 0 0.27 0.49 158.57 0.6 0.32
Hex 21 83 60 4B 0 1B 31 9F 3C 20
Octal 41 203 140 113 0 33 61 237 74 40
Binary 100001 10000011 1100000 1001011 0 11011 110001 10011111 111100 100000

Color Harmonies of #218360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218360

Black with #218360

Text Example


Text Example

White with #218360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218360; }

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

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

background-color css

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

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

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

border-color css

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

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

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