Html Css Color HEX #227B72 Elm

📋 copy color: '#227B72'

red 34 ◦ green 123 ◦ blue 114

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

Shades of Elm #227B72

Tints of Elm #227B72

RGB

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

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

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

R = 12.55%
G = 45.39%
B = 42.07%

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

#227B72 (or 0x227B72) is known color: Elm. HEX triplet: 22, 7B and 72. RGB value is (34,123,114). Sum of RGB (Red+Green+Blue) = 34+123+114=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #227B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B72 is #DD848D. Grayscale: #5F5F5F. Windows color (decimal): -14517390 or 7502626. OLE color: 7502626.

HSL color Cylindrical-coordinate representation of color #227B72: hue angle of 173.93º 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 #227B72 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 123 114 -
CMYK 0.72 0 0.07 0.52
HSL 173.93º 0.57% 0.31% -
HSV(B) 173.93º 0.72% 0.48% -
XYZ 10.78 15.72 18.39 -
YUV 95.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 34 123 114 0.72 0 0.07 0.52 173.93 0.57 0.31
Hex 22 7B 72 48 0 7 34 AE 39 1F
Octal 42 173 162 110 0 7 64 256 71 37
Binary 100010 1111011 1110010 1001000 0 111 110100 10101110 111001 11111

Color Harmonies of #227B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227B72

Black with #227B72

Text Example


Text Example

White with #227B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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