Html Css Color HEX #024D3D Cyprus

📋 copy color: '#024D3D'

red 2 ◦ green 77 ◦ blue 61

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

Shades of Cyprus #024D3D

Tints of Cyprus #024D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 55%

 BLUE value IS 61 (24.22% from 255) = 43.57%

R = 1.43%
G = 55%
B = 43.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#024D3D (or 0x024D3D) is known color: Cyprus. HEX triplet: 02, 4D and 3D. RGB value is (2,77,61). Sum of RGB (Red+Green+Blue) = 2+77+61=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #024D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D3D is #FDB2C2. Grayscale: #343434. Windows color (decimal): -16626371 or 4017410. OLE color: 4017410.

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

Color convert

RGB 2 77 61 -
CMYK 0.97 0 0.21 0.70
HSL 167.2º 0.95% 0.15% -
HSV(B) 167.2º 0.97% 0.3% -
XYZ 3.52 5.66 5.32 -
YUV 52.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 2 77 61 0.97 0 0.21 0.70 167.2 0.95 0.15
Hex 2 4D 3D 61 0 15 46 A7 5F F
Octal 2 115 75 141 0 25 106 247 137 17
Binary 10 1001101 111101 1100001 0 10101 1000110 10100111 1011111 1111

Color Harmonies of #024D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D3D

Black with #024D3D

Text Example


Text Example

White with #024D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,61); }

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

background-color css

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

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

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

border-color css

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

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

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