Html Css Color HEX #024741 Cyprus

📋 copy color: '#024741'

red 2 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #024741

Tints of Cyprus #024741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.45%

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

R = 1.45%
G = 51.45%
B = 47.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#024741 (or 0x024741) is known color: Cyprus. HEX triplet: 02, 47 and 41. RGB value is (2,71,65). Sum of RGB (Red+Green+Blue) = 2+71+65=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #024741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024741 is #FDB8BE. Grayscale: #313131. Windows color (decimal): -16627903 or 4278018. OLE color: 4278018.

HSL color Cylindrical-coordinate representation of color #024741: hue angle of 174.78º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024741 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 65 -
CMYK 0.97 0 0.08 0.72
HSL 174.78º 0.95% 0.14% -
HSV(B) 174.78º 0.97% 0.28% -
XYZ 3.23 4.9 5.78 -
YUV 49.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 2 71 65 0.97 0 0.08 0.72 174.78 0.95 0.14
Hex 2 47 41 61 0 8 48 AF 5F E
Octal 2 107 101 141 0 10 110 257 137 16
Binary 10 1000111 1000001 1100001 0 1000 1001000 10101111 1011111 1110

Color Harmonies of #024741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024741

Black with #024741

Text Example


Text Example

White with #024741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024741; }

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

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

background-color css

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

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

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

border-color css

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

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

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