Html Css Color HEX #2F877A Elm

📋 copy color: '#2F877A'

red 47 ◦ green 135 ◦ blue 122

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

Shades of Elm #2F877A

Tints of Elm #2F877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

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

R = 15.46%
G = 44.41%
B = 40.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#2F877A (or 0x2F877A) is known color: Elm. HEX triplet: 2F, 87 and 7A. RGB value is (47,135,122). Sum of RGB (Red+Green+Blue) = 47+135+122=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #2F877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F877A is #D07885. Grayscale: #6B6B6B. Windows color (decimal): -13662342 or 8029999. OLE color: 8029999.

HSL color Cylindrical-coordinate representation of color #2F877A: hue angle of 171.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F877A is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 135 122 -
CMYK 0.65 0 0.10 0.47
HSL 171.14º 0.48% 0.36% -
HSV(B) 171.14º 0.65% 0.53% -
XYZ 13.35 19.34 21.44 -
YUV 107.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 47 135 122 0.65 0 0.10 0.47 171.14 0.48 0.36
Hex 2F 87 7A 41 0 A 2F AB 30 24
Octal 57 207 172 101 0 12 57 253 60 44
Binary 101111 10000111 1111010 1000001 0 1010 101111 10101011 110000 100100

Color Harmonies of #2F877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F877A

Black with #2F877A

Text Example


Text Example

White with #2F877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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