Html Css Color HEX #024842 Cyprus

📋 copy color: '#024842'

red 2 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #024842

Tints of Cyprus #024842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

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

R = 1.43%
G = 51.43%
B = 47.14%

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

#024842 (or 0x024842) is known color: Cyprus. HEX triplet: 02, 48 and 42. RGB value is (2,72,66). Sum of RGB (Red+Green+Blue) = 2+72+66=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #024842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024842 is #FDB7BD. Grayscale: #323232. Windows color (decimal): -16627646 or 4343810. OLE color: 4343810.

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

Color convert

RGB 2 72 66 -
CMYK 0.97 0 0.08 0.72
HSL 174.86º 0.95% 0.15% -
HSV(B) 174.86º 0.97% 0.28% -
XYZ 3.33 5.04 5.95 -
YUV 50.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 2 72 66 0.97 0 0.08 0.72 174.86 0.95 0.15
Hex 2 48 42 61 0 8 48 AF 5F F
Octal 2 110 102 141 0 10 110 257 137 17
Binary 10 1001000 1000010 1100001 0 1000 1001000 10101111 1011111 1111

Color Harmonies of #024842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024842

Black with #024842

Text Example


Text Example

White with #024842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024842; }

 p { color: rgb(2,72,66); }

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

background-color css

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

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

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

border-color css

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

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

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