Html Css Color HEX #024343 Cyprus

📋 copy color: '#024343'

red 2 ◦ green 67 ◦ blue 67

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

Shades of Cyprus #024343

Tints of Cyprus #024343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.26%

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

R = 1.47%
G = 49.26%
B = 49.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#024343 (or 0x024343) is known color: Cyprus. HEX triplet: 02, 43 and 43. RGB value is (2,67,67). Sum of RGB (Red+Green+Blue) = 2+67+67=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #024343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024343 is #FDBCBC. Grayscale: #2F2F2F. Windows color (decimal): -16628925 or 4408066. OLE color: 4408066.

HSL color Cylindrical-coordinate representation of color #024343: hue angle of 180º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024343 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 67 67 -
CMYK 0.97 0 0 0.74
HSL 180º 0.94% 0.14% -
HSV(B) 180º 0.97% 0.26% -
XYZ 3.05 4.43 6.01 -
YUV 47.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 2 67 67 0.97 0 0 0.74 180 0.94 0.14
Hex 2 43 43 61 0 0 4A B4 5E E
Octal 2 103 103 141 0 0 112 264 136 16
Binary 10 1000011 1000011 1100001 0 0 1001010 10110100 1011110 1110

Color Harmonies of #024343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024343

Black with #024343

Text Example


Text Example

White with #024343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024343; }

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

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

background-color css

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

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

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

border-color css

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

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

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