#024C3D

Color #024C3D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #024C3D

Tints of Cyprus #024C3D

Color information

#024C3D (or 0x024C3D) is unknown color: approx Cyprus. HEX triplet: 02, 4C and 3D. RGB value is (2,76,61). Sum of RGB (Red+Green+Blue) = 2+76+61=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #024C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C3D is #FDB3C2. Grayscale: #343434. Windows color (decimal): -16626627 or 4017154. OLE color: 4017154.

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

Color convert

RGB27661-
CMYK0.9700.200.70
HSL167.84º94.87%15.29%-
HSV(B)167.84º97.37%29.8%-
XYZ3.455.525.3-
YUV52.16132.9892.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 76 (30.08% from 255) = 54.68%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=1.44%
G=54.68%
B=43.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal276610.9700.200.70167.8494.8715.29
Hex24C3D6101446a85ff
Octal21147514102410625013717
Binary101001100111101110000101010010001101010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024C3D;
 }
 .AnyTagClassName
 {
   color: #024C3D;
 }
</style>
background-color css

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

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

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

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

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

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