Html Css Color HEX #024242 Cyprus

📋 copy color: '#024242'

red 2 ◦ green 66 ◦ blue 66

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

Shades of Cyprus #024242

Tints of Cyprus #024242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.25%

 BLUE value IS 66 (26.17% from 255) = 49.25%

R = 1.49%
G = 49.25%
B = 49.25%

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

#024242 (or 0x024242) is known color: Cyprus. HEX triplet: 02, 42 and 42. RGB value is (2,66,66). Sum of RGB (Red+Green+Blue) = 2+66+66=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #024242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024242 is #FDBDBD. Grayscale: #2E2E2E. Windows color (decimal): -16629182 or 4342274. OLE color: 4342274.

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

Color convert

RGB 2 66 66 -
CMYK 0.97 0 0 0.74
HSL 180º 0.94% 0.13% -
HSV(B) 180º 0.97% 0.26% -
XYZ 2.96 4.3 5.83 -
YUV 46.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 2 66 66 0.97 0 0 0.74 180 0.94 0.13
Hex 2 42 42 61 0 0 4A B4 5E D
Octal 2 102 102 141 0 0 112 264 136 15
Binary 10 1000010 1000010 1100001 0 0 1001010 10110100 1011110 1101

Color Harmonies of #024242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024242

Black with #024242

Text Example


Text Example

White with #024242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024242; }

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

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

background-color css

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

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

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

border-color css

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

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

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