Html Css Color HEX #024C43 Cyprus

📋 copy color: '#024C43'

red 2 ◦ green 76 ◦ blue 67

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

Shades of Cyprus #024C43

Tints of Cyprus #024C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 46.21%

R = 1.38%
G = 52.41%
B = 46.21%

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

#024C43 (or 0x024C43) is known color: Cyprus. HEX triplet: 02, 4C and 43. RGB value is (2,76,67). Sum of RGB (Red+Green+Blue) = 2+76+67=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #024C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C43 is #FDB3BC. Grayscale: #343434. Windows color (decimal): -16626621 or 4410370. OLE color: 4410370.

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

Color convert

RGB 2 76 67 -
CMYK 0.97 0 0.12 0.70
HSL 172.7º 0.95% 0.15% -
HSV(B) 172.7º 0.97% 0.3% -
XYZ 3.62 5.59 6.2 -
YUV 52.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 2 76 67 0.97 0 0.12 0.70 172.7 0.95 0.15
Hex 2 4C 43 61 0 C 46 AD 5F F
Octal 2 114 103 141 0 14 106 255 137 17
Binary 10 1001100 1000011 1100001 0 1100 1000110 10101101 1011111 1111

Color Harmonies of #024C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C43

Black with #024C43

Text Example


Text Example

White with #024C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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