Html Css Color HEX #024140 Cyprus

📋 copy color: '#024140'

red 2 ◦ green 65 ◦ blue 64

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

Shades of Cyprus #024140

Tints of Cyprus #024140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.62%

 BLUE value IS 64 (25.39% from 255) = 48.85%

R = 1.53%
G = 49.62%
B = 48.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#024140 (or 0x024140) is known color: Cyprus. HEX triplet: 02, 41 and 40. RGB value is (2,65,64). Sum of RGB (Red+Green+Blue) = 2+65+64=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #024140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024140 is #FDBEBF. Grayscale: #2D2D2D. Windows color (decimal): -16629440 or 4210946. OLE color: 4210946.

HSL color Cylindrical-coordinate representation of color #024140: hue angle of 179.05º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024140 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 64 -
CMYK 0.97 0 0.02 0.75
HSL 179.05º 0.94% 0.13% -
HSV(B) 179.05º 0.97% 0.25% -
XYZ 2.84 4.16 5.5 -
YUV 46.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 2 65 64 0.97 0 0.02 0.75 179.05 0.94 0.13
Hex 2 41 40 61 0 2 4B B3 5E D
Octal 2 101 100 141 0 2 113 263 136 15
Binary 10 1000001 1000000 1100001 0 10 1001011 10110011 1011110 1101

Color Harmonies of #024140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024140

Black with #024140

Text Example


Text Example

White with #024140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024140; }

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

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

background-color css

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

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

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

border-color css

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

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

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