#024B45

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

Shades of Cyprus #024B45

Tints of Cyprus #024B45

Color information

#024B45 (or 0x024B45) is unknown color: approx Cyprus. HEX triplet: 02, 4B and 45. RGB value is (2,75,69). Sum of RGB (Red+Green+Blue) = 2+75+69=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #024B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B45 is #FDB4BA. Grayscale: #343434. Windows color (decimal): -16626875 or 4541186. OLE color: 4541186.

HSL color Cylindrical-coordinate representation of color #024B45: hue angle of 175.07º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B45 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB27569-
CMYK0.9700.080.71
HSL175.07º94.81%15.1%-
HSV(B)175.07º97.33%29.41%-
XYZ3.625.476.5-
YUV52.49137.3291.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 75 (29.69% from 255) = 51.37%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=1.37%
G=51.37%
B=47.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275690.9700.080.71175.0794.8115.1
Hex24B45610847af5ff
Octal211310514101010725713717
Binary101001011100010111000010100010001111010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024B45; }

 p { color: rgb(2,75,69); }

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

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

 a { background-color: rgb(2,75,69); }

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

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

 span { border-color: rgb(2,75,69); }

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