Html Css Color HEX #015242 Cyprus

📋 copy color: '#015242'

red 1 ◦ green 82 ◦ blue 66

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

Shades of Cyprus #015242

Tints of Cyprus #015242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.3%

R = 0.67%
G = 55.03%
B = 44.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#015242 (or 0x015242) is known color: Cyprus. HEX triplet: 01, 52 and 42. RGB value is (1,82,66). Sum of RGB (Red+Green+Blue) = 1+82+66=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #015242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015242 is #FEADBD. Grayscale: #373737. Windows color (decimal): -16690622 or 4346369. OLE color: 4346369.

HSL color Cylindrical-coordinate representation of color #015242: hue angle of 168.15º 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 #015242 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 66 -
CMYK 0.99 0 0.20 0.68
HSL 168.15º 0.98% 0.16% -
HSV(B) 168.15º 0.99% 0.32% -
XYZ 4.01 6.43 6.18 -
YUV 55.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 1 82 66 0.99 0 0.20 0.68 168.15 0.98 0.16
Hex 1 52 42 63 0 14 44 A8 62 10
Octal 1 122 102 143 0 24 104 250 142 20
Binary 1 1010010 1000010 1100011 0 10100 1000100 10101000 1100010 10000

Color Harmonies of #015242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015242

Black with #015242

Text Example


Text Example

White with #015242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015242; }

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

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

background-color css

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

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

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

border-color css

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

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

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