#023A36

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

Shades of Cyprus #023A36

Tints of Cyprus #023A36

Color information

#023A36 (or 0x023A36) is unknown color: approx Cyprus. HEX triplet: 02, 3A and 36. RGB value is (2,58,54). Sum of RGB (Red+Green+Blue) = 2+58+54=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #023A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A36 is #FDC5C9. Grayscale: #282828. Windows color (decimal): -16631242 or 3553794. OLE color: 3553794.

HSL color Cylindrical-coordinate representation of color #023A36: hue angle of 175.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A36 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB25854-
CMYK0.9700.070.77
HSL175.71º93.33%11.76%-
HSV(B)175.71º96.55%22.75%-
XYZ2.23.314.01-
YUV40.8135.45100.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 54 (21.48% from 255) = 47.37%
R=1.75%
G=50.88%
B=47.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258540.9700.070.77175.7193.3311.76
Hex23A3661074Db05dc
Octal272661410711526013514
Binary101110101101101100001011110011011011000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A36; }

 p { color: rgb(2,58,54); }

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

<style>
 a { background-color: #023A36; }

 a { background-color: rgb(2,58,54); }

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

<style>
 span { border-color: #023A36; }

 span { border-color: rgb(2,58,54); }

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