#024B3B

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

Shades of Cyprus #024B3B

Tints of Cyprus #024B3B

Color information

#024B3B (or 0x024B3B) is unknown color: approx Cyprus. HEX triplet: 02, 4B and 3B. RGB value is (2,75,59). Sum of RGB (Red+Green+Blue) = 2+75+59=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #024B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B3B is #FDB4C4. Grayscale: #333333. Windows color (decimal): -16626885 or 3885826. OLE color: 3885826.

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

Color convert

RGB27559-
CMYK0.9700.210.71
HSL166.85º94.81%15.1%-
HSV(B)166.85º97.33%29.41%-
XYZ3.335.365-
YUV51.35132.3292.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=1.47%
G=55.15%
B=43.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275590.9700.210.71166.8594.8115.1
Hex24B3B6101547a75ff
Octal21137314102510724713717
Binary101001011111011110000101010110001111010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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