Html Css Color HEX #024D45 Cyprus

📋 copy color: '#024D45'

red 2 ◦ green 77 ◦ blue 69

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

Shades of Cyprus #024D45

Tints of Cyprus #024D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 46.62%

R = 1.35%
G = 52.03%
B = 46.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#024D45 (or 0x024D45) is known color: Cyprus. HEX triplet: 02, 4D and 45. RGB value is (2,77,69). Sum of RGB (Red+Green+Blue) = 2+77+69=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #024D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D45 is #FDB2BA. Grayscale: #353535. Windows color (decimal): -16626363 or 4541698. OLE color: 4541698.

HSL color Cylindrical-coordinate representation of color #024D45: hue angle of 173.6º 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 #024D45 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 77 69 -
CMYK 0.97 0 0.10 0.70
HSL 173.6º 0.95% 0.15% -
HSV(B) 173.6º 0.97% 0.3% -
XYZ 3.75 5.75 6.54 -
YUV 53.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 2 77 69 0.97 0 0.10 0.70 173.6 0.95 0.15
Hex 2 4D 45 61 0 A 46 AE 5F F
Octal 2 115 105 141 0 12 106 256 137 17
Binary 10 1001101 1000101 1100001 0 1010 1000110 10101110 1011111 1111

Color Harmonies of #024D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D45

Black with #024D45

Text Example


Text Example

White with #024D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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