Html Css Color HEX #024941 Cyprus

📋 copy color: '#024941'

red 2 ◦ green 73 ◦ blue 65

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

Shades of Cyprus #024941

Tints of Cyprus #024941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

 BLUE value IS 65 (25.78% from 255) = 46.43%

R = 1.43%
G = 52.14%
B = 46.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#024941 (or 0x024941) is known color: Cyprus. HEX triplet: 02, 49 and 41. RGB value is (2,73,65). Sum of RGB (Red+Green+Blue) = 2+73+65=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #024941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024941 is #FDB6BE. Grayscale: #323232. Windows color (decimal): -16627391 or 4278530. OLE color: 4278530.

HSL color Cylindrical-coordinate representation of color #024941: hue angle of 173.24º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024941 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 65 -
CMYK 0.97 0 0.11 0.71
HSL 173.24º 0.95% 0.15% -
HSV(B) 173.24º 0.97% 0.29% -
XYZ 3.36 5.16 5.82 -
YUV 50.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 2 73 65 0.97 0 0.11 0.71 173.24 0.95 0.15
Hex 2 49 41 61 0 B 47 AD 5F F
Octal 2 111 101 141 0 13 107 255 137 17
Binary 10 1001001 1000001 1100001 0 1011 1000111 10101101 1011111 1111

Color Harmonies of #024941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024941

Black with #024941

Text Example


Text Example

White with #024941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024941; }

 p { color: rgb(2,73,65); }

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

background-color css

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

 a { background-color: rgb(2,73,65); }

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

border-color css

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

 span { border-color: rgb(2,73,65); }

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