Html Css Color HEX #024D44 Cyprus

📋 copy color: '#024D44'

red 2 ◦ green 77 ◦ blue 68

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

Shades of Cyprus #024D44

Tints of Cyprus #024D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.38%

 BLUE value IS 68 (26.95% from 255) = 46.26%

R = 1.36%
G = 52.38%
B = 46.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#024D44 (or 0x024D44) is known color: Cyprus. HEX triplet: 02, 4D and 44. RGB value is (2,77,68). Sum of RGB (Red+Green+Blue) = 2+77+68=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #024D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D44 is #FDB2BB. Grayscale: #353535. Windows color (decimal): -16626364 or 4476162. OLE color: 4476162.

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

Color convert

RGB 2 77 68 -
CMYK 0.97 0 0.12 0.70
HSL 172.8º 0.95% 0.15% -
HSV(B) 172.8º 0.97% 0.3% -
XYZ 3.72 5.74 6.38 -
YUV 53.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 2 77 68 0.97 0 0.12 0.70 172.8 0.95 0.15
Hex 2 4D 44 61 0 C 46 AD 5F F
Octal 2 115 104 141 0 14 106 255 137 17
Binary 10 1001101 1000100 1100001 0 1100 1000110 10101101 1011111 1111

Color Harmonies of #024D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D44

Black with #024D44

Text Example


Text Example

White with #024D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,68); }

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

background-color css

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

 a { background-color: rgb(2,77,68); }

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

border-color css

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

 span { border-color: rgb(2,77,68); }

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