Html Css Color HEX #2F8882 Elm

📋 copy color: '#2F8882'

red 47 ◦ green 136 ◦ blue 130

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

Shades of Elm #2F8882

Tints of Elm #2F8882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 15.02%
G = 43.45%
B = 41.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#2F8882 (or 0x2F8882) is known color: Elm. HEX triplet: 2F, 88 and 82. RGB value is (47,136,130). Sum of RGB (Red+Green+Blue) = 47+136+130=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8882 is #D0777D. Grayscale: #6C6C6C. Windows color (decimal): -13662078 or 8554543. OLE color: 8554543.

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

Color convert

RGB 47 136 130 -
CMYK 0.65 0 0.04 0.47
HSL 175.96º 0.49% 0.36% -
HSV(B) 175.96º 0.65% 0.53% -
XYZ 14.01 19.82 24.21 -
YUV 108.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 47 136 130 0.65 0 0.04 0.47 175.96 0.49 0.36
Hex 2F 88 82 41 0 4 2F B0 31 24
Octal 57 210 202 101 0 4 57 260 61 44
Binary 101111 10001000 10000010 1000001 0 100 101111 10110000 110001 100100

Color Harmonies of #2F8882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8882

Black with #2F8882

Text Example


Text Example

White with #2F8882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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