Html Css Color HEX #024F46 Cyprus

📋 copy color: '#024F46'

red 2 ◦ green 79 ◦ blue 70

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

Shades of Cyprus #024F46

Tints of Cyprus #024F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.36%

R = 1.32%
G = 52.32%
B = 46.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#024F46 (or 0x024F46) is known color: Cyprus. HEX triplet: 02, 4F and 46. RGB value is (2,79,70). Sum of RGB (Red+Green+Blue) = 2+79+70=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #024F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F46 is #FDB0B9. Grayscale: #363636. Windows color (decimal): -16625850 or 4607746. OLE color: 4607746.

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

Color convert

RGB 2 79 70 -
CMYK 0.97 0 0.11 0.69
HSL 172.99º 0.95% 0.16% -
HSV(B) 172.99º 0.97% 0.31% -
XYZ 3.93 6.05 6.75 -
YUV 54.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 2 79 70 0.97 0 0.11 0.69 172.99 0.95 0.16
Hex 2 4F 46 61 0 B 45 AD 5F 10
Octal 2 117 106 141 0 13 105 255 137 20
Binary 10 1001111 1000110 1100001 0 1011 1000101 10101101 1011111 10000

Color Harmonies of #024F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F46

Black with #024F46

Text Example


Text Example

White with #024F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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