Html Css Color HEX #024F43 Cyprus

📋 copy color: '#024F43'

red 2 ◦ green 79 ◦ blue 67

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

Shades of Cyprus #024F43

Tints of Cyprus #024F43

RGB

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

 GREEN value IS 79 (31.25% from 255) = 53.38%

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

R = 1.35%
G = 53.38%
B = 45.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#024F43 (or 0x024F43) is known color: Cyprus. HEX triplet: 02, 4F and 43. RGB value is (2,79,67). Sum of RGB (Red+Green+Blue) = 2+79+67=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #024F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F43 is #FDB0BC. Grayscale: #363636. Windows color (decimal): -16625853 or 4411138. OLE color: 4411138.

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

Color convert

RGB 2 79 67 -
CMYK 0.97 0 0.15 0.69
HSL 170.65º 0.95% 0.16% -
HSV(B) 170.65º 0.97% 0.31% -
XYZ 3.83 6.01 6.27 -
YUV 54.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 2 79 67 0.97 0 0.15 0.69 170.65 0.95 0.16
Hex 2 4F 43 61 0 F 45 AB 5F 10
Octal 2 117 103 141 0 17 105 253 137 20
Binary 10 1001111 1000011 1100001 0 1111 1000101 10101011 1011111 10000

Color Harmonies of #024F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F43

Black with #024F43

Text Example


Text Example

White with #024F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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