Html Css Color HEX #219F52 Eucalyptus

📋 copy color: '#219F52'

red 33 ◦ green 159 ◦ blue 82

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

Shades of Eucalyptus #219F52

Tints of Eucalyptus #219F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 58.03%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 12.04%
G = 58.03%
B = 29.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#219F52 (or 0x219F52) is known color: Eucalyptus. HEX triplet: 21, 9F and 52. RGB value is (33,159,82). Sum of RGB (Red+Green+Blue) = 33+159+82=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #219F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F52 is #DE60AD. Grayscale: #707070. Windows color (decimal): -14573742 or 5414689. OLE color: 5414689.

HSL color Cylindrical-coordinate representation of color #219F52: hue angle of 143.33º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F52 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 159 82 -
CMYK 0.79 0 0.48 0.38
HSL 143.33º 0.66% 0.38% -
HSV(B) 143.33º 0.79% 0.62% -
XYZ 14.55 25.73 12.18 -
YUV 112.55 110.76 71.26 -
System Red Green Blue C M Y K H S L
Decimal 33 159 82 0.79 0 0.48 0.38 143.33 0.66 0.38
Hex 21 9F 52 4F 0 30 26 8F 42 26
Octal 41 237 122 117 0 60 46 217 102 46
Binary 100001 10011111 1010010 1001111 0 110000 100110 10001111 1000010 100110

Color Harmonies of #219F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219F52

Black with #219F52

Text Example


Text Example

White with #219F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219F52; }

 p { color: rgb(33,159,82); }

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

background-color css

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

 a { background-color: rgb(33,159,82); }

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

border-color css

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

 span { border-color: rgb(33,159,82); }

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