Html Css Color HEX #015241 Cyprus

📋 copy color: '#015241'

red 1 ◦ green 82 ◦ blue 65

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

Shades of Cyprus #015241

Tints of Cyprus #015241

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

 GREEN value IS 82 (32.42% from 255) = 55.41%

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

R = 0.68%
G = 55.41%
B = 43.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#015241 (or 0x015241) is known color: Cyprus. HEX triplet: 01, 52 and 41. RGB value is (1,82,65). Sum of RGB (Red+Green+Blue) = 1+82+65=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #015241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015241 is #FEADBE. Grayscale: #373737. Windows color (decimal): -16690623 or 4280833. OLE color: 4280833.

HSL color Cylindrical-coordinate representation of color #015241: hue angle of 167.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015241 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 65 -
CMYK 0.99 0 0.21 0.68
HSL 167.41º 0.98% 0.16% -
HSV(B) 167.41º 0.99% 0.32% -
XYZ 3.98 6.42 6.03 -
YUV 55.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 1 82 65 0.99 0 0.21 0.68 167.41 0.98 0.16
Hex 1 52 41 63 0 15 44 A7 62 10
Octal 1 122 101 143 0 25 104 247 142 20
Binary 1 1010010 1000001 1100011 0 10101 1000100 10100111 1100010 10000

Color Harmonies of #015241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015241

Black with #015241

Text Example


Text Example

White with #015241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015241; }

 p { color: rgb(1,82,65); }

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

background-color css

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

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

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

border-color css

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

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

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