Html Css Color HEX #024141 Cyprus

📋 copy color: '#024141'

red 2 ◦ green 65 ◦ blue 65

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

Shades of Cyprus #024141

Tints of Cyprus #024141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.24%

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

R = 1.52%
G = 49.24%
B = 49.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#024141 (or 0x024141) is known color: Cyprus. HEX triplet: 02, 41 and 41. RGB value is (2,65,65). Sum of RGB (Red+Green+Blue) = 2+65+65=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #024141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024141 is #FDBEBE. Grayscale: #2E2E2E. Windows color (decimal): -16629439 or 4276482. OLE color: 4276482.

HSL color Cylindrical-coordinate representation of color #024141: hue angle of 180º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024141 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 65 -
CMYK 0.97 0 0 0.75
HSL 180º 0.94% 0.13% -
HSV(B) 180º 0.97% 0.25% -
XYZ 2.87 4.18 5.66 -
YUV 46.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 2 65 65 0.97 0 0 0.75 180 0.94 0.13
Hex 2 41 41 61 0 0 4B B4 5E D
Octal 2 101 101 141 0 0 113 264 136 15
Binary 10 1000001 1000001 1100001 0 0 1001011 10110100 1011110 1101

Color Harmonies of #024141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024141

Black with #024141

Text Example


Text Example

White with #024141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024141; }

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

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

background-color css

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

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

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

border-color css

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

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

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