Html Css Color HEX #219081 Elm

📋 copy color: '#219081'

red 33 ◦ green 144 ◦ blue 129

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

Shades of Elm #219081

Tints of Elm #219081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 10.78%
G = 47.06%
B = 42.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#219081 (or 0x219081) is known color: Elm. HEX triplet: 21, 90 and 81. RGB value is (33,144,129). Sum of RGB (Red+Green+Blue) = 33+144+129=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #219081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219081 is #DE6F7E. Grayscale: #6D6D6D. Windows color (decimal): -14577535 or 8491041. OLE color: 8491041.

HSL color Cylindrical-coordinate representation of color #219081: hue angle of 171.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219081 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 144 129 -
CMYK 0.77 0 0.10 0.44
HSL 171.89º 0.63% 0.35% -
HSV(B) 171.89º 0.77% 0.56% -
XYZ 14.56 21.85 24.22 -
YUV 109.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 33 144 129 0.77 0 0.10 0.44 171.89 0.63 0.35
Hex 21 90 81 4D 0 A 2C AC 3F 23
Octal 41 220 201 115 0 12 54 254 77 43
Binary 100001 10010000 10000001 1001101 0 1010 101100 10101100 111111 100011

Color Harmonies of #219081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219081

Black with #219081

Text Example


Text Example

White with #219081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219081; }

 p { color: rgb(33,144,129); }

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

background-color css

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

 a { background-color: rgb(33,144,129); }

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

border-color css

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

 span { border-color: rgb(33,144,129); }

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