#023D38

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

Shades of Cyprus #023D38

Tints of Cyprus #023D38

Color information

#023D38 (or 0x023D38) is unknown color: approx Cyprus. HEX triplet: 02, 3D and 38. RGB value is (2,61,56). Sum of RGB (Red+Green+Blue) = 2+61+56=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #023D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D38 is #FDC2C7. Grayscale: #2A2A2A. Windows color (decimal): -16630472 or 3685634. OLE color: 3685634.

HSL color Cylindrical-coordinate representation of color #023D38: hue angle of 174.92º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D38 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB26156-
CMYK0.9700.080.76
HSL174.92º93.65%12.35%-
HSV(B)174.92º96.72%23.92%-
XYZ2.413.644.32-
YUV42.79135.4598.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 61 (24.22% from 255) = 51.26%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=1.68%
G=51.26%
B=47.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261560.9700.080.76174.9293.6512.35
Hex23D3861084Caf5ec
Octal2757014101011425713614
Binary1011110111100011000010100010011001010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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