Html Css Color HEX #228172 Elm

📋 copy color: '#228172'

red 34 ◦ green 129 ◦ blue 114

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

Shades of Elm #228172

Tints of Elm #228172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 12.27%
G = 46.57%
B = 41.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#228172 (or 0x228172) is known color: Elm. HEX triplet: 22, 81 and 72. RGB value is (34,129,114). Sum of RGB (Red+Green+Blue) = 34+129+114=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #228172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228172 is #DD7E8D. Grayscale: #626262. Windows color (decimal): -14515854 or 7504162. OLE color: 7504162.

HSL color Cylindrical-coordinate representation of color #228172: hue angle of 170.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228172 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 129 114 -
CMYK 0.74 0 0.12 0.49
HSL 170.53º 0.58% 0.32% -
HSV(B) 170.53º 0.74% 0.51% -
XYZ 11.55 17.26 18.64 -
YUV 98.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 34 129 114 0.74 0 0.12 0.49 170.53 0.58 0.32
Hex 22 81 72 4A 0 C 31 AB 3A 20
Octal 42 201 162 112 0 14 61 253 72 40
Binary 100010 10000001 1110010 1001010 0 1100 110001 10101011 111010 100000

Color Harmonies of #228172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228172

Black with #228172

Text Example


Text Example

White with #228172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228172; }

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

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

background-color css

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

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

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

border-color css

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

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

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