Html Css Color HEX #2F857A Elm

📋 copy color: '#2F857A'

red 47 ◦ green 133 ◦ blue 122

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

Shades of Elm #2F857A

Tints of Elm #2F857A

RGB

 RED value IS 47 (18.75% from 255) = 15.56%

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 15.56%
G = 44.04%
B = 40.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#2F857A (or 0x2F857A) is known color: Elm. HEX triplet: 2F, 85 and 7A. RGB value is (47,133,122). Sum of RGB (Red+Green+Blue) = 47+133+122=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #2F857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F857A is #D07A85. Grayscale: #696969. Windows color (decimal): -13662854 or 8029487. OLE color: 8029487.

HSL color Cylindrical-coordinate representation of color #2F857A: hue angle of 172.33º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F857A is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 122 -
CMYK 0.65 0 0.08 0.48
HSL 172.33º 0.48% 0.35% -
HSV(B) 172.33º 0.65% 0.52% -
XYZ 13.07 18.78 21.35 -
YUV 106.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 47 133 122 0.65 0 0.08 0.48 172.33 0.48 0.35
Hex 2F 85 7A 41 0 8 30 AC 30 23
Octal 57 205 172 101 0 10 60 254 60 43
Binary 101111 10000101 1111010 1000001 0 1000 110000 10101100 110000 100011

Color Harmonies of #2F857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F857A

Black with #2F857A

Text Example


Text Example

White with #2F857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F857A;
 }
 .AnyTagClassName
 {
   color: #2F857A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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