#22827B

Color #22827B Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #22827B

Tints of Elm #22827B

Color information

#22827B (or 0x22827B) is unknown color: approx Elm. HEX triplet: 22, 82 and 7B. RGB value is (34,130,123). Sum of RGB (Red+Green+Blue) = 34+130+123=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #22827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22827B is #DD7D84. Grayscale: #646464. Windows color (decimal): -14515589 or 8094242. OLE color: 8094242.

HSL color Cylindrical-coordinate representation of color #22827B: hue angle of 175.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22827B is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB34130123-
CMYK0.7400.050.49
HSL175.62º58.54%32.16%-
HSV(B)175.62º73.85%50.98%-
XYZ12.2217.7421.52-
YUV100.5140.780.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.85%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=11.85%
G=45.30%
B=42.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341301230.7400.050.49175.6258.5432.16
Hex22827B4A0531b03b20
Octal4220217311205612607340
Binary1000101000001011110111001010010111000110110000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22827B; }

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

 H1.HeaderClassName
 {
   color: #22827B;
 }
 .AnyTagClassName
 {
   color: #22827B;
 }
</style>
background-color css

<style>
 a { background-color: #22827B; }

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

 div.DivClassName
 {
   background-color: #22827B;
 }
 .BgClassName
 {
   background-color: #22827B;
 }
</style>
border-color css

<style>
 span { border-color: #22827B; }

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

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