#023838

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

Shades of Cyprus #023838

Tints of Cyprus #023838

Color information

#023838 (or 0x023838) is unknown color: approx Cyprus. HEX triplet: 02, 38 and 38. RGB value is (2,56,56). Sum of RGB (Red+Green+Blue) = 2+56+56=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #023838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023838 is #FDC7C7. Grayscale: #272727. Windows color (decimal): -16631752 or 3684354. OLE color: 3684354.

HSL color Cylindrical-coordinate representation of color #023838: hue angle of 180º 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 #023838 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB25656-
CMYK0.96000.78
HSL180º93.1%11.37%-
HSV(B)180º96.43%21.96%-
XYZ2.153.134.23-
YUV39.85137.11101-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 56 (22.27% from 255) = 49.12%
R=1.75%
G=49.12%
B=49.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256560.96000.7818093.111.37
Hex2383860004Eb45db
Octal270701400011626413513
Binary1011100011100011000000010011101011010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023838; }

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

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

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

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

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

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

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

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