Html Css Color HEX #024B41 Cyprus

📋 copy color: '#024B41'

red 2 ◦ green 75 ◦ blue 65

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

Shades of Cyprus #024B41

Tints of Cyprus #024B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 52.82%

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

R = 1.41%
G = 52.82%
B = 45.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#024B41 (or 0x024B41) is known color: Cyprus. HEX triplet: 02, 4B and 41. RGB value is (2,75,65). Sum of RGB (Red+Green+Blue) = 2+75+65=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #024B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B41 is #FDB4BE. Grayscale: #343434. Windows color (decimal): -16626879 or 4279042. OLE color: 4279042.

HSL color Cylindrical-coordinate representation of color #024B41: hue angle of 171.78º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B41 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 65 -
CMYK 0.97 0 0.13 0.71
HSL 171.78º 0.95% 0.15% -
HSV(B) 171.78º 0.97% 0.29% -
XYZ 3.5 5.43 5.86 -
YUV 52.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 2 75 65 0.97 0 0.13 0.71 171.78 0.95 0.15
Hex 2 4B 41 61 0 D 47 AC 5F F
Octal 2 113 101 141 0 15 107 254 137 17
Binary 10 1001011 1000001 1100001 0 1101 1000111 10101100 1011111 1111

Color Harmonies of #024B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B41

Black with #024B41

Text Example


Text Example

White with #024B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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