Html Css Color HEX #227B6F Elm

📋 copy color: '#227B6F'

red 34 ◦ green 123 ◦ blue 111

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

Shades of Elm #227B6F

Tints of Elm #227B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 12.69%
G = 45.9%
B = 41.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#227B6F (or 0x227B6F) is known color: Elm. HEX triplet: 22, 7B and 6F. RGB value is (34,123,111). Sum of RGB (Red+Green+Blue) = 34+123+111=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #227B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B6F is #DD8490. Grayscale: #5E5E5E. Windows color (decimal): -14517393 or 7306018. OLE color: 7306018.

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

Color convert

RGB 34 123 111 -
CMYK 0.72 0 0.10 0.52
HSL 171.91º 0.57% 0.31% -
HSV(B) 171.91º 0.72% 0.48% -
XYZ 10.61 15.65 17.5 -
YUV 95.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 34 123 111 0.72 0 0.10 0.52 171.91 0.57 0.31
Hex 22 7B 6F 48 0 A 34 AC 39 1F
Octal 42 173 157 110 0 12 64 254 71 37
Binary 100010 1111011 1101111 1001000 0 1010 110100 10101100 111001 11111

Color Harmonies of #227B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227B6F

Black with #227B6F

Text Example


Text Example

White with #227B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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