Html Css Color HEX #2F877B Elm

📋 copy color: '#2F877B'

red 47 ◦ green 135 ◦ blue 123

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

Shades of Elm #2F877B

Tints of Elm #2F877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.33%

R = 15.41%
G = 44.26%
B = 40.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#2F877B (or 0x2F877B) is known color: Elm. HEX triplet: 2F, 87 and 7B. RGB value is (47,135,123). Sum of RGB (Red+Green+Blue) = 47+135+123=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #2F877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F877B is #D07884. Grayscale: #6B6B6B. Windows color (decimal): -13662341 or 8095535. OLE color: 8095535.

HSL color Cylindrical-coordinate representation of color #2F877B: hue angle of 171.82º 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 #2F877B is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 135 123 -
CMYK 0.65 0 0.09 0.47
HSL 171.82º 0.48% 0.36% -
HSV(B) 171.82º 0.65% 0.53% -
XYZ 13.41 19.36 21.77 -
YUV 107.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 47 135 123 0.65 0 0.09 0.47 171.82 0.48 0.36
Hex 2F 87 7B 41 0 9 2F AC 30 24
Octal 57 207 173 101 0 11 57 254 60 44
Binary 101111 10000111 1111011 1000001 0 1001 101111 10101100 110000 100100

Color Harmonies of #2F877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F877B

Black with #2F877B

Text Example


Text Example

White with #2F877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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