Html Css Color HEX #227F6F Elm

📋 copy color: '#227F6F'

red 34 ◦ green 127 ◦ blue 111

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

Shades of Elm #227F6F

Tints of Elm #227F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 46.69%

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

R = 12.5%
G = 46.69%
B = 40.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#227F6F (or 0x227F6F) is known color: Elm. HEX triplet: 22, 7F and 6F. RGB value is (34,127,111). Sum of RGB (Red+Green+Blue) = 34+127+111=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #227F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F6F is #DD8090. Grayscale: #616161. Windows color (decimal): -14516369 or 7307042. OLE color: 7307042.

HSL color Cylindrical-coordinate representation of color #227F6F: hue angle of 169.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227F6F is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 34 127 111 -
CMYK 0.73 0 0.13 0.50
HSL 169.68º 0.58% 0.32% -
HSV(B) 169.68º 0.73% 0.5% -
XYZ 11.12 16.67 17.67 -
YUV 97.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 34 127 111 0.73 0 0.13 0.50 169.68 0.58 0.32
Hex 22 7F 6F 49 0 D 32 AA 3A 20
Octal 42 177 157 111 0 15 62 252 72 40
Binary 100010 1111111 1101111 1001001 0 1101 110010 10101010 111010 100000

Color Harmonies of #227F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227F6F

Black with #227F6F

Text Example


Text Example

White with #227F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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