Html Css Color HEX #2F8778 Elm

📋 copy color: '#2F8778'

red 47 ◦ green 135 ◦ blue 120

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

Shades of Elm #2F8778

Tints of Elm #2F8778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 15.56%
G = 44.7%
B = 39.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#2F8778 (or 0x2F8778) is known color: Elm. HEX triplet: 2F, 87 and 78. RGB value is (47,135,120). Sum of RGB (Red+Green+Blue) = 47+135+120=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8778 is #D07887. Grayscale: #6A6A6A. Windows color (decimal): -13662344 or 7898927. OLE color: 7898927.

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

Color convert

RGB 47 135 120 -
CMYK 0.65 0 0.11 0.47
HSL 169.77º 0.48% 0.36% -
HSV(B) 169.77º 0.65% 0.53% -
XYZ 13.23 19.29 20.8 -
YUV 106.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 47 135 120 0.65 0 0.11 0.47 169.77 0.48 0.36
Hex 2F 87 78 41 0 B 2F AA 30 24
Octal 57 207 170 101 0 13 57 252 60 44
Binary 101111 10000111 1111000 1000001 0 1011 101111 10101010 110000 100100

Color Harmonies of #2F8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8778

Black with #2F8778

Text Example


Text Example

White with #2F8778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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