Html Css Color HEX #2F887D Elm

📋 copy color: '#2F887D'

red 47 ◦ green 136 ◦ blue 125

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

Shades of Elm #2F887D

Tints of Elm #2F887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 15.26%
G = 44.16%
B = 40.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#2F887D (or 0x2F887D) is known color: Elm. HEX triplet: 2F, 88 and 7D. RGB value is (47,136,125). Sum of RGB (Red+Green+Blue) = 47+136+125=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #2F887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F887D is #D07782. Grayscale: #6C6C6C. Windows color (decimal): -13662083 or 8226863. OLE color: 8226863.

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

Color convert

RGB 47 136 125 -
CMYK 0.65 0 0.08 0.47
HSL 172.58º 0.49% 0.36% -
HSV(B) 172.58º 0.65% 0.53% -
XYZ 13.68 19.69 22.48 -
YUV 108.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 47 136 125 0.65 0 0.08 0.47 172.58 0.49 0.36
Hex 2F 88 7D 41 0 8 2F AD 31 24
Octal 57 210 175 101 0 10 57 255 61 44
Binary 101111 10001000 1111101 1000001 0 1000 101111 10101101 110001 100100

Color Harmonies of #2F887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F887D

Black with #2F887D

Text Example


Text Example

White with #2F887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,136,125); }

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

background-color css

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

 a { background-color: rgb(47,136,125); }

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

border-color css

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

 span { border-color: rgb(47,136,125); }

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