#023D3B

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

Shades of Cyprus #023D3B

Tints of Cyprus #023D3B

Color information

#023D3B (or 0x023D3B) is unknown color: approx Cyprus. HEX triplet: 02, 3D and 3B. RGB value is (2,61,59). Sum of RGB (Red+Green+Blue) = 2+61+59=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #023D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D3B is #FDC2C4. Grayscale: #2B2B2B. Windows color (decimal): -16630469 or 3882242. OLE color: 3882242.

HSL color Cylindrical-coordinate representation of color #023D3B: hue angle of 177.97º 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 #023D3B is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB26159-
CMYK0.9700.030.76
HSL177.97º93.65%12.35%-
HSV(B)177.97º96.72%23.92%-
XYZ2.483.674.71-
YUV43.13136.9598.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 61 (24.22% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 48.36%
R=1.64%
G=50%
B=48.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261590.9700.030.76177.9793.6512.35
Hex23D3B61034Cb25ec
Octal275731410311426213614
Binary10111101111011110000101110011001011001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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