#2F8E95

Color #2F8E95 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2F8E95

Tints of Scooter #2F8E95

Color information

#2F8E95 (or 0x2F8E95) is unknown color: approx Scooter. HEX triplet: 2F, 8E and 95. RGB value is (47,142,149). Sum of RGB (Red+Green+Blue) = 47+142+149=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F8E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8E95 is #D0716A. Grayscale: #727272. Windows color (decimal): -13660523 or 9801263. OLE color: 9801263.

HSL color Cylindrical-coordinate representation of color #2F8E95: hue angle of 184.12º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8E95 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB47142149-
CMYK0.680.0500.42
HSL184.12º52.04%38.43%-
HSV(B)184.12º68.46%58.43%-
XYZ16.2722.1231.85-
YUV114.39147.5379.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=13.91%
G=42.01%
B=44.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471421490.680.0500.42184.1252.0438.43
Hex2F8E9544502Ab83426
Octal5721622510450522706446
Binary10111110001110100101011000100101010101010111000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,142,149); }

 H1.HeaderClassName
 {
   color: #2F8E95;
 }
 .AnyTagClassName
 {
   color: #2F8E95;
 }
</style>
background-color css

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

 a { background-color: rgb(47,142,149); }

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

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

 span { border-color: rgb(47,142,149); }

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