#02874F

Color #02874F Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #02874F

Tints of Salem #02874F

Color information

#02874F (or 0x02874F) is unknown color: approx Salem. HEX triplet: 02, 87 and 4F. RGB value is (2,135,79). Sum of RGB (Red+Green+Blue) = 2+135+79=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #02874F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02874F is #FD78B0. Grayscale: #585858. Windows color (decimal): -16611505 or 5211906. OLE color: 5211906.

HSL color Cylindrical-coordinate representation of color #02874F: hue angle of 154.74º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02874F is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB213579-
CMYK0.9900.410.47
HSL154.74º97.08%26.86%-
HSV(B)154.74º98.52%52.94%-
XYZ10.117.9110.32-
YUV88.85122.4466.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 135 (53.12% from 255) = 62.5%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=0.93%
G=62.5%
B=36.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2135790.9900.410.47154.7497.0826.86
Hex2874F630292F9b611b
Octal22071171430515723314133
Binary101000011110011111100011010100110111110011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02874F; }

 p { color: rgb(2,135,79); }

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

<style>
 a { background-color: #02874F; }

 a { background-color: rgb(2,135,79); }

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

<style>
 span { border-color: #02874F; }

 span { border-color: rgb(2,135,79); }

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