Html Css Color HEX #024C45 Cyprus

📋 copy color: '#024C45'

red 2 ◦ green 76 ◦ blue 69

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

Shades of Cyprus #024C45

Tints of Cyprus #024C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.7%

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

R = 1.36%
G = 51.7%
B = 46.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#024C45 (or 0x024C45) is known color: Cyprus. HEX triplet: 02, 4C and 45. RGB value is (2,76,69). Sum of RGB (Red+Green+Blue) = 2+76+69=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #024C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C45 is #FDB3BA. Grayscale: #353535. Windows color (decimal): -16626619 or 4541442. OLE color: 4541442.

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

Color convert

RGB 2 76 69 -
CMYK 0.97 0 0.09 0.70
HSL 174.32º 0.95% 0.15% -
HSV(B) 174.32º 0.97% 0.3% -
XYZ 3.68 5.61 6.52 -
YUV 53.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 2 76 69 0.97 0 0.09 0.70 174.32 0.95 0.15
Hex 2 4C 45 61 0 9 46 AE 5F F
Octal 2 114 105 141 0 11 106 256 137 17
Binary 10 1001100 1000101 1100001 0 1001 1000110 10101110 1011111 1111

Color Harmonies of #024C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C45

Black with #024C45

Text Example


Text Example

White with #024C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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