#2F827A

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

Shades of Elm #2F827A

Tints of Elm #2F827A

Color information

#2F827A (or 0x2F827A) is unknown color: approx Elm. HEX triplet: 2F, 82 and 7A. RGB value is (47,130,122). Sum of RGB (Red+Green+Blue) = 47+130+122=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #2F827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F827A is #D07D85. Grayscale: #686868. Windows color (decimal): -13663622 or 8028719. OLE color: 8028719.

HSL color Cylindrical-coordinate representation of color #2F827A: hue angle of 174.22º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F827A is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB47130122-
CMYK0.6400.060.49
HSL174.22º46.89%34.71%-
HSV(B)174.22º63.85%50.98%-
XYZ12.6717.9721.21-
YUV104.2713887.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.72%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=15.72%
G=43.48%
B=40.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal471301220.6400.060.49174.2246.8934.71
Hex2F827A400631ae2f23
Octal5720217210006612565743
Binary1011111000001011110101000000011011000110101110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F827A; }

 p { color: rgb(47,130,122); }

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

<style>
 a { background-color: #2F827A; }

 a { background-color: rgb(47,130,122); }

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

<style>
 span { border-color: #2F827A; }

 span { border-color: rgb(47,130,122); }

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