Html Css Color HEX #024541 Cyprus

📋 copy color: '#024541'

red 2 ◦ green 69 ◦ blue 65

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

Shades of Cyprus #024541

Tints of Cyprus #024541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

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

R = 1.47%
G = 50.74%
B = 47.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#024541 (or 0x024541) is known color: Cyprus. HEX triplet: 02, 45 and 41. RGB value is (2,69,65). Sum of RGB (Red+Green+Blue) = 2+69+65=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #024541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024541 is #FDBABE. Grayscale: #303030. Windows color (decimal): -16628415 or 4277506. OLE color: 4277506.

HSL color Cylindrical-coordinate representation of color #024541: hue angle of 176.42º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024541 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 69 65 -
CMYK 0.97 0 0.06 0.73
HSL 176.42º 0.94% 0.14% -
HSV(B) 176.42º 0.97% 0.27% -
XYZ 3.11 4.65 5.73 -
YUV 48.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 2 69 65 0.97 0 0.06 0.73 176.42 0.94 0.14
Hex 2 45 41 61 0 6 49 B0 5E E
Octal 2 105 101 141 0 6 111 260 136 16
Binary 10 1000101 1000001 1100001 0 110 1001001 10110000 1011110 1110

Color Harmonies of #024541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024541

Black with #024541

Text Example


Text Example

White with #024541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024541; }

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

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

background-color css

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

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

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

border-color css

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

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

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