Html Css Color HEX #2F8B7F Elm

📋 copy color: '#2F8B7F'

red 47 ◦ green 139 ◦ blue 127

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

Shades of Elm #2F8B7F

Tints of Elm #2F8B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.41%

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

R = 15.02%
G = 44.41%
B = 40.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#2F8B7F (or 0x2F8B7F) is known color: Elm. HEX triplet: 2F, 8B and 7F. RGB value is (47,139,127). Sum of RGB (Red+Green+Blue) = 47+139+127=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8B7F is #D07480. Grayscale: #6E6E6E. Windows color (decimal): -13661313 or 8358703. OLE color: 8358703.

HSL color Cylindrical-coordinate representation of color #2F8B7F: hue angle of 172.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8B7F is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 139 127 -
CMYK 0.66 0 0.09 0.45
HSL 172.17º 0.49% 0.36% -
HSV(B) 172.17º 0.66% 0.55% -
XYZ 14.24 20.6 23.3 -
YUV 110.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 47 139 127 0.66 0 0.09 0.45 172.17 0.49 0.36
Hex 2F 8B 7F 42 0 9 2D AC 31 24
Octal 57 213 177 102 0 11 55 254 61 44
Binary 101111 10001011 1111111 1000010 0 1001 101101 10101100 110001 100100

Color Harmonies of #2F8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8B7F

Black with #2F8B7F

Text Example


Text Example

White with #2F8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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