Html Css Color HEX #219B5C Eucalyptus

📋 copy color: '#219B5C'

red 33 ◦ green 155 ◦ blue 92

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

Shades of Eucalyptus #219B5C

Tints of Eucalyptus #219B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.36%

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 11.79%
G = 55.36%
B = 32.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#219B5C (or 0x219B5C) is known color: Eucalyptus. HEX triplet: 21, 9B and 5C. RGB value is (33,155,92). Sum of RGB (Red+Green+Blue) = 33+155+92=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #219B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B5C is #DE64A3. Grayscale: #6F6F6F. Windows color (decimal): -14574756 or 6069025. OLE color: 6069025.

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

Color convert

RGB 33 155 92 -
CMYK 0.79 0 0.41 0.39
HSL 149.02º 0.65% 0.37% -
HSV(B) 149.02º 0.79% 0.61% -
XYZ 14.28 24.54 14.11 -
YUV 111.34 117.08 72.12 -
System Red Green Blue C M Y K H S L
Decimal 33 155 92 0.79 0 0.41 0.39 149.02 0.65 0.37
Hex 21 9B 5C 4F 0 29 27 95 41 25
Octal 41 233 134 117 0 51 47 225 101 45
Binary 100001 10011011 1011100 1001111 0 101001 100111 10010101 1000001 100101

Color Harmonies of #219B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B5C

Black with #219B5C

Text Example


Text Example

White with #219B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,155,92); }

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

background-color css

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

 a { background-color: rgb(33,155,92); }

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

border-color css

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

 span { border-color: rgb(33,155,92); }

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