Html Css Color HEX #218270 Elf Green

📋 copy color: '#218270'

red 33 ◦ green 130 ◦ blue 112

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

Shades of Elf Green #218270

Tints of Elf Green #218270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.27%

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 12%
G = 47.27%
B = 40.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#218270 (or 0x218270) is known color: Elf Green. HEX triplet: 21, 82 and 70. RGB value is (33,130,112). Sum of RGB (Red+Green+Blue) = 33+130+112=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #218270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218270 is #DE7D8F. Grayscale: #626262. Windows color (decimal): -14581136 or 7373345. OLE color: 7373345.

HSL color Cylindrical-coordinate representation of color #218270: hue angle of 168.87º 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 #218270 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 112 -
CMYK 0.75 0 0.14 0.49
HSL 168.87º 0.6% 0.32% -
HSV(B) 168.87º 0.75% 0.51% -
XYZ 11.53 17.46 18.09 -
YUV 98.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 33 130 112 0.75 0 0.14 0.49 168.87 0.6 0.32
Hex 21 82 70 4B 0 E 31 A9 3C 20
Octal 41 202 160 113 0 16 61 251 74 40
Binary 100001 10000010 1110000 1001011 0 1110 110001 10101001 111100 100000

Color Harmonies of #218270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218270

Black with #218270

Text Example


Text Example

White with #218270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218270; }

 p { color: rgb(33,130,112); }

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

background-color css

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

 a { background-color: rgb(33,130,112); }

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

border-color css

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

 span { border-color: rgb(33,130,112); }

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