#024B3C

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

Shades of Cyprus #024B3C

Tints of Cyprus #024B3C

Color information

#024B3C (or 0x024B3C) is unknown color: approx Cyprus. HEX triplet: 02, 4B and 3C. RGB value is (2,75,60). Sum of RGB (Red+Green+Blue) = 2+75+60=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #024B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B3C is #FDB4C3. Grayscale: #333333. Windows color (decimal): -16626884 or 3951362. OLE color: 3951362.

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

Color convert

RGB27560-
CMYK0.9700.200.71
HSL167.67º94.81%15.1%-
HSV(B)167.67º97.33%29.41%-
XYZ3.365.375.13-
YUV51.46132.8292.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 75 (29.69% from 255) = 54.74%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=1.46%
G=54.74%
B=43.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275600.9700.200.71167.6794.8115.1
Hex24B3C6101447a85ff
Octal21137414102410725013717
Binary101001011111100110000101010010001111010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,75,60); }

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

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

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

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

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

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

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