Html Css Color HEX #024540 Cyprus

📋 copy color: '#024540'

red 2 ◦ green 69 ◦ blue 64

#024540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #024540

Tints of Cyprus #024540

RGB

 RED value IS 2 (1.17% from 255) = 1.48%

 GREEN value IS 69 (27.34% from 255) = 51.11%

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 1.48%
G = 51.11%
B = 47.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#024540 (or 0x024540) is known color: Cyprus. HEX triplet: 02, 45 and 40. RGB value is (2,69,64). Sum of RGB (Red+Green+Blue) = 2+69+64=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #024540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024540 is #FDBABF. Grayscale: #303030. Windows color (decimal): -16628416 or 4211970. OLE color: 4211970.

HSL color Cylindrical-coordinate representation of color #024540: hue angle of 175.52º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024540 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 69 64 -
CMYK 0.97 0 0.07 0.73
HSL 175.52º 0.94% 0.14% -
HSV(B) 175.52º 0.97% 0.27% -
XYZ 3.08 4.64 5.58 -
YUV 48.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 2 69 64 0.97 0 0.07 0.73 175.52 0.94 0.14
Hex 2 45 40 61 0 7 49 B0 5E E
Octal 2 105 100 141 0 7 111 260 136 16
Binary 10 1000101 1000000 1100001 0 111 1001001 10110000 1011110 1110

Color Harmonies of #024540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024540

Black with #024540

Text Example


Text Example

White with #024540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024540; }

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

 H1.HeaderClassName
 {
   color: #024540;
 }
 .AnyTagClassName
 {
   color: #024540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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