Html Css Color HEX #227B73 Elm

📋 copy color: '#227B73'

red 34 ◦ green 123 ◦ blue 115

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

Shades of Elm #227B73

Tints of Elm #227B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.22%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 12.5%
G = 45.22%
B = 42.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#227B73 (or 0x227B73) is known color: Elm. HEX triplet: 22, 7B and 73. RGB value is (34,123,115). Sum of RGB (Red+Green+Blue) = 34+123+115=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #227B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B73 is #DD848C. Grayscale: #5F5F5F. Windows color (decimal): -14517389 or 7568162. OLE color: 7568162.

HSL color Cylindrical-coordinate representation of color #227B73: hue angle of 174.61º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227B73 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 123 115 -
CMYK 0.72 0 0.07 0.52
HSL 174.61º 0.57% 0.31% -
HSV(B) 174.61º 0.72% 0.48% -
XYZ 10.84 15.74 18.69 -
YUV 95.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 34 123 115 0.72 0 0.07 0.52 174.61 0.57 0.31
Hex 22 7B 73 48 0 7 34 AF 39 1F
Octal 42 173 163 110 0 7 64 257 71 37
Binary 100010 1111011 1110011 1001000 0 111 110100 10101111 111001 11111

Color Harmonies of #227B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227B73

Black with #227B73

Text Example


Text Example

White with #227B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227B73; }

 p { color: rgb(34,123,115); }

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

background-color css

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

 a { background-color: rgb(34,123,115); }

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

border-color css

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

 span { border-color: rgb(34,123,115); }

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