Html Css Color HEX #024840 Cyprus

📋 copy color: '#024840'

red 2 ◦ green 72 ◦ blue 64

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

Shades of Cyprus #024840

Tints of Cyprus #024840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

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

R = 1.45%
G = 52.17%
B = 46.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#024840 (or 0x024840) is known color: Cyprus. HEX triplet: 02, 48 and 40. RGB value is (2,72,64). Sum of RGB (Red+Green+Blue) = 2+72+64=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #024840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024840 is #FDB7BF. Grayscale: #323232. Windows color (decimal): -16627648 or 4212738. OLE color: 4212738.

HSL color Cylindrical-coordinate representation of color #024840: hue angle of 173.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024840 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 64 -
CMYK 0.97 0 0.11 0.72
HSL 173.14º 0.95% 0.15% -
HSV(B) 173.14º 0.97% 0.28% -
XYZ 3.27 5.02 5.65 -
YUV 50.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 2 72 64 0.97 0 0.11 0.72 173.14 0.95 0.15
Hex 2 48 40 61 0 B 48 AD 5F F
Octal 2 110 100 141 0 13 110 255 137 17
Binary 10 1001000 1000000 1100001 0 1011 1001000 10101101 1011111 1111

Color Harmonies of #024840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024840

Black with #024840

Text Example


Text Example

White with #024840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024840; }

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

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

background-color css

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

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

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

border-color css

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

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

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