Html Css Color HEX #227D6F Elm

📋 copy color: '#227D6F'

red 34 ◦ green 125 ◦ blue 111

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

Shades of Elm #227D6F

Tints of Elm #227D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.3%

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

R = 12.59%
G = 46.3%
B = 41.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#227D6F (or 0x227D6F) is known color: Elm. HEX triplet: 22, 7D and 6F. RGB value is (34,125,111). Sum of RGB (Red+Green+Blue) = 34+125+111=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #227D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227D6F is #DD8290. Grayscale: #606060. Windows color (decimal): -14516881 or 7306530. OLE color: 7306530.

HSL color Cylindrical-coordinate representation of color #227D6F: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227D6F is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 125 111 -
CMYK 0.73 0 0.11 0.51
HSL 170.77º 0.57% 0.31% -
HSV(B) 170.77º 0.73% 0.49% -
XYZ 10.86 16.16 17.58 -
YUV 96.2 136.35 83.64 -
System Red Green Blue C M Y K H S L
Decimal 34 125 111 0.73 0 0.11 0.51 170.77 0.57 0.31
Hex 22 7D 6F 49 0 B 33 AB 39 1F
Octal 42 175 157 111 0 13 63 253 71 37
Binary 100010 1111101 1101111 1001001 0 1011 110011 10101011 111001 11111

Color Harmonies of #227D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227D6F

Black with #227D6F

Text Example


Text Example

White with #227D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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