Html Css Color HEX #2F867F Elm

📋 copy color: '#2F867F'

red 47 ◦ green 134 ◦ blue 127

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

Shades of Elm #2F867F

Tints of Elm #2F867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

 BLUE value IS 127 (50% from 255) = 41.23%

R = 15.26%
G = 43.51%
B = 41.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#2F867F (or 0x2F867F) is known color: Elm. HEX triplet: 2F, 86 and 7F. RGB value is (47,134,127). Sum of RGB (Red+Green+Blue) = 47+134+127=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #2F867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F867F is #D07980. Grayscale: #6B6B6B. Windows color (decimal): -13662593 or 8357423. OLE color: 8357423.

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

Color convert

RGB 47 134 127 -
CMYK 0.65 0 0.05 0.47
HSL 175.17º 0.48% 0.35% -
HSV(B) 175.17º 0.65% 0.53% -
XYZ 13.53 19.19 23.07 -
YUV 107.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 47 134 127 0.65 0 0.05 0.47 175.17 0.48 0.35
Hex 2F 86 7F 41 0 5 2F AF 30 23
Octal 57 206 177 101 0 5 57 257 60 43
Binary 101111 10000110 1111111 1000001 0 101 101111 10101111 110000 100011

Color Harmonies of #2F867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F867F

Black with #2F867F

Text Example


Text Example

White with #2F867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,134,127); }

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

background-color css

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

 a { background-color: rgb(47,134,127); }

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

border-color css

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

 span { border-color: rgb(47,134,127); }

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