#025340

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

Shades of Cyprus #025340

Tints of Cyprus #025340

Color information

#025340 (or 0x025340) is unknown color: approx Cyprus. HEX triplet: 02, 53 and 40. RGB value is (2,83,64). Sum of RGB (Red+Green+Blue) = 2+83+64=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #025340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025340 is #FDACBF. Grayscale: #383838. Windows color (decimal): -16624832 or 4215554. OLE color: 4215554.

HSL color Cylindrical-coordinate representation of color #025340: hue angle of 165.93º 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 #025340 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB28364-
CMYK0.9800.230.67
HSL165.93º95.29%16.67%-
HSV(B)165.93º97.59%32.55%-
XYZ4.046.575.91-
YUV56.61132.1689.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=1.34%
G=55.70%
B=42.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283640.9800.230.67165.9395.2916.67
Hex253406201743a65f11
Octal212310014202710324613721
Binary10101001110000001100010010111100001110100110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025340; }

 p { color: rgb(2,83,64); }

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

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

 a { background-color: rgb(2,83,64); }

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

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

 span { border-color: rgb(2,83,64); }

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