Html Css Color HEX #024B43 Cyprus

📋 copy color: '#024B43'

red 2 ◦ green 75 ◦ blue 67

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

Shades of Cyprus #024B43

Tints of Cyprus #024B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 46.53%

R = 1.39%
G = 52.08%
B = 46.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#024B43 (or 0x024B43) is known color: Cyprus. HEX triplet: 02, 4B and 43. RGB value is (2,75,67). Sum of RGB (Red+Green+Blue) = 2+75+67=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #024B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B43 is #FDB4BC. Grayscale: #343434. Windows color (decimal): -16626877 or 4410114. OLE color: 4410114.

HSL color Cylindrical-coordinate representation of color #024B43: hue angle of 173.42º 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 #024B43 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 67 -
CMYK 0.97 0 0.11 0.71
HSL 173.42º 0.95% 0.15% -
HSV(B) 173.42º 0.97% 0.29% -
XYZ 3.55 5.45 6.17 -
YUV 52.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 2 75 67 0.97 0 0.11 0.71 173.42 0.95 0.15
Hex 2 4B 43 61 0 B 47 AD 5F F
Octal 2 113 103 141 0 13 107 255 137 17
Binary 10 1001011 1000011 1100001 0 1011 1000111 10101101 1011111 1111

Color Harmonies of #024B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B43

Black with #024B43

Text Example


Text Example

White with #024B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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