Html Css Color HEX #228E81 Elm

📋 copy color: '#228E81'

red 34 ◦ green 142 ◦ blue 129

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

Shades of Elm #228E81

Tints of Elm #228E81

RGB

 RED value IS 34 (13.67% from 255) = 11.15%

 GREEN value IS 142 (55.86% from 255) = 46.56%

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

R = 11.15%
G = 46.56%
B = 42.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#228E81 (or 0x228E81) is known color: Elm. HEX triplet: 22, 8E and 81. RGB value is (34,142,129). Sum of RGB (Red+Green+Blue) = 34+142+129=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #228E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E81 is #DD717E. Grayscale: #6C6C6C. Windows color (decimal): -14512511 or 8490530. OLE color: 8490530.

HSL color Cylindrical-coordinate representation of color #228E81: hue angle of 172.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228E81 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 142 129 -
CMYK 0.76 0 0.09 0.44
HSL 172.78º 0.61% 0.35% -
HSV(B) 172.78º 0.76% 0.56% -
XYZ 14.3 21.27 24.12 -
YUV 108.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 34 142 129 0.76 0 0.09 0.44 172.78 0.61 0.35
Hex 22 8E 81 4C 0 9 2C AD 3D 23
Octal 42 216 201 114 0 11 54 255 75 43
Binary 100010 10001110 10000001 1001100 0 1001 101100 10101101 111101 100011

Color Harmonies of #228E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E81

Black with #228E81

Text Example


Text Example

White with #228E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228E81; }

 p { color: rgb(34,142,129); }

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

background-color css

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

 a { background-color: rgb(34,142,129); }

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

border-color css

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

 span { border-color: rgb(34,142,129); }

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