#219D5B

Color #219D5B Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #219D5B

Tints of Eucalyptus #219D5B

Color information

#219D5B (or 0x219D5B) is unknown color: approx Eucalyptus. HEX triplet: 21, 9D and 5B. RGB value is (33,157,91). Sum of RGB (Red+Green+Blue) = 33+157+91=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 157 (61.72% from 255 or 55.87% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 157 - color contains mainly: green. Hex color #219D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D5B is #DE62A4. Grayscale: #707070. Windows color (decimal): -14574245 or 6004001. OLE color: 6004001.

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

Color convert

RGB3315791-
CMYK0.7900.420.38
HSL148.06º65.26%37.25%-
HSV(B)148.06º78.98%61.57%-
XYZ14.5725.1913.99-
YUV112.4115.9271.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 157 (61.72% from 255) = 55.87%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=11.74%
G=55.87%
B=32.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33157910.7900.420.38148.0665.2637.25
Hex219D5B4F02A26944125
Octal412351331170524622410145
Binary10000110011101101101110011110101010100110100101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,157,91); }

 H1.HeaderClassName
 {
   color: #219D5B;
 }
 .AnyTagClassName
 {
   color: #219D5B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,157,91); }

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

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

 span { border-color: rgb(33,157,91); }

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