#024E3D

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

Shades of Cyprus #024E3D

Tints of Cyprus #024E3D

Color information

#024E3D (or 0x024E3D) is unknown color: approx Cyprus. HEX triplet: 02, 4E and 3D. RGB value is (2,78,61). Sum of RGB (Red+Green+Blue) = 2+78+61=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #024E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E3D is #FDB1C2. Grayscale: #353535. Windows color (decimal): -16626115 or 4017666. OLE color: 4017666.

HSL color Cylindrical-coordinate representation of color #024E3D: hue angle of 166.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E3D is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB27861-
CMYK0.9700.220.69
HSL166.58º95%15.69%-
HSV(B)166.58º97.44%30.59%-
XYZ3.595.85.34-
YUV53.34132.3291.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 78 (30.86% from 255) = 55.32%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=1.42%
G=55.32%
B=43.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278610.9700.220.69166.589515.69
Hex24E3D6101645a75f10
Octal21167514102610524713720
Binary1010011101111011100001010110100010110100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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