Html Css Color HEX #024E43 Cyprus

📋 copy color: '#024E43'

red 2 ◦ green 78 ◦ blue 67

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

Shades of Cyprus #024E43

Tints of Cyprus #024E43

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.06%

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

R = 1.36%
G = 53.06%
B = 45.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#024E43 (or 0x024E43) is known color: Cyprus. HEX triplet: 02, 4E and 43. RGB value is (2,78,67). Sum of RGB (Red+Green+Blue) = 2+78+67=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #024E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E43 is #FDB1BC. Grayscale: #353535. Windows color (decimal): -16626109 or 4410882. OLE color: 4410882.

HSL color Cylindrical-coordinate representation of color #024E43: hue angle of 171.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E43 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 78 67 -
CMYK 0.97 0 0.14 0.69
HSL 171.32º 0.95% 0.16% -
HSV(B) 171.32º 0.97% 0.31% -
XYZ 3.76 5.87 6.24 -
YUV 54.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 2 78 67 0.97 0 0.14 0.69 171.32 0.95 0.16
Hex 2 4E 43 61 0 E 45 AB 5F 10
Octal 2 116 103 141 0 16 105 253 137 20
Binary 10 1001110 1000011 1100001 0 1110 1000101 10101011 1011111 10000

Color Harmonies of #024E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E43

Black with #024E43

Text Example


Text Example

White with #024E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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