Html Css Color HEX #2F817C Elm

📋 copy color: '#2F817C'

red 47 ◦ green 129 ◦ blue 124

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

Shades of Elm #2F817C

Tints of Elm #2F817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 15.67%
G = 43%
B = 41.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#2F817C (or 0x2F817C) is known color: Elm. HEX triplet: 2F, 81 and 7C. RGB value is (47,129,124). Sum of RGB (Red+Green+Blue) = 47+129+124=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #2F817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F817C is #D07E83. Grayscale: #676767. Windows color (decimal): -13663876 or 8159535. OLE color: 8159535.

HSL color Cylindrical-coordinate representation of color #2F817C: hue angle of 176.34º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F817C is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 129 124 -
CMYK 0.64 0 0.04 0.49
HSL 176.34º 0.47% 0.35% -
HSV(B) 176.34º 0.64% 0.51% -
XYZ 12.66 17.76 21.83 -
YUV 103.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 47 129 124 0.64 0 0.04 0.49 176.34 0.47 0.35
Hex 2F 81 7C 40 0 4 31 B0 2F 23
Octal 57 201 174 100 0 4 61 260 57 43
Binary 101111 10000001 1111100 1000000 0 100 110001 10110000 101111 100011

Color Harmonies of #2F817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F817C

Black with #2F817C

Text Example


Text Example

White with #2F817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,129,124); }

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

background-color css

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

 a { background-color: rgb(47,129,124); }

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

border-color css

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

 span { border-color: rgb(47,129,124); }

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