Html Css Color HEX #024844 Cyprus

📋 copy color: '#024844'

red 2 ◦ green 72 ◦ blue 68

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

Shades of Cyprus #024844

Tints of Cyprus #024844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 47.89%

R = 1.41%
G = 50.7%
B = 47.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#024844 (or 0x024844) is known color: Cyprus. HEX triplet: 02, 48 and 44. RGB value is (2,72,68). Sum of RGB (Red+Green+Blue) = 2+72+68=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #024844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024844 is #FDB7BB. Grayscale: #323232. Windows color (decimal): -16627644 or 4474882. OLE color: 4474882.

HSL color Cylindrical-coordinate representation of color #024844: hue angle of 176.57º 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 #024844 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 68 -
CMYK 0.97 0 0.06 0.72
HSL 176.57º 0.95% 0.15% -
HSV(B) 176.57º 0.97% 0.28% -
XYZ 3.39 5.06 6.27 -
YUV 50.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 2 72 68 0.97 0 0.06 0.72 176.57 0.95 0.15
Hex 2 48 44 61 0 6 48 B1 5F F
Octal 2 110 104 141 0 6 110 261 137 17
Binary 10 1001000 1000100 1100001 0 110 1001000 10110001 1011111 1111

Color Harmonies of #024844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024844

Black with #024844

Text Example


Text Example

White with #024844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024844; }

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

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

background-color css

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

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

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

border-color css

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

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

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