#025447

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

Shades of Cyprus #025447

Tints of Cyprus #025447

Color information

#025447 (or 0x025447) is unknown color: approx Cyprus. HEX triplet: 02, 54 and 47. RGB value is (2,84,71). Sum of RGB (Red+Green+Blue) = 2+84+71=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #025447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025447 is #FDABB8. Grayscale: #393939. Windows color (decimal): -16624569 or 4674562. OLE color: 4674562.

HSL color Cylindrical-coordinate representation of color #025447: hue angle of 170.49º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025447 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB28471-
CMYK0.9800.150.67
HSL170.49º95.35%16.86%-
HSV(B)170.49º97.62%32.94%-
XYZ4.336.817.05-
YUV58135.3388.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=1.27%
G=53.50%
B=45.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284710.9800.150.67170.4995.3516.86
Hex25447620F43aa5f11
Octal212410714201710325213721
Binary1010101001000111110001001111100001110101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025447; }

 p { color: rgb(2,84,71); }

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

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

 a { background-color: rgb(2,84,71); }

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

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

 span { border-color: rgb(2,84,71); }

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