#023835

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

Shades of Cyprus #023835

Tints of Cyprus #023835

Color information

#023835 (or 0x023835) is unknown color: approx Cyprus. HEX triplet: 02, 38 and 35. RGB value is (2,56,53). Sum of RGB (Red+Green+Blue) = 2+56+53=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #023835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023835 is #FDC7CA. Grayscale: #272727. Windows color (decimal): -16631755 or 3487746. OLE color: 3487746.

HSL color Cylindrical-coordinate representation of color #023835: hue angle of 176.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023835 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB25653-
CMYK0.9600.050.78
HSL176.67º93.1%11.37%-
HSV(B)176.67º96.43%21.96%-
XYZ2.083.13.86-
YUV39.51135.61101.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 53 (21.09% from 255) = 47.75%
R=1.80%
G=50.45%
B=47.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256530.9600.050.78176.6793.111.37
Hex2383560054Eb15db
Octal270651400511626113513
Binary101110001101011100000010110011101011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023835; }

 p { color: rgb(2,56,53); }

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

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

 a { background-color: rgb(2,56,53); }

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

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

 span { border-color: rgb(2,56,53); }

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