#2D6263

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

Shades of Oracle #2D6263

Tints of Oracle #2D6263

Color information

#2D6263 (or 0x2D6263) is unknown color: approx Oracle. HEX triplet: 2D, 62 and 63. RGB value is (45,98,99). Sum of RGB (Red+Green+Blue) = 45+98+99=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D6263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6263 is #D29D9C. Grayscale: #525252. Windows color (decimal): -13802909 or 6513197. OLE color: 6513197.

HSL color Cylindrical-coordinate representation of color #2D6263: hue angle of 181.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6263 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB459899-
CMYK0.550.0100.61
HSL181.11º37.5%28.24%-
HSV(B)181.11º54.55%38.82%-
XYZ7.710.1913.37-
YUV82.27137.44101.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=18.60%
G=40.50%
B=40.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4598990.550.0100.61181.1137.528.24
Hex2D626337103Db5261c
Octal551421436710752654634
Binary10110111000101100011110111101111011011010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D6263; }

 p { color: rgb(45,98,99); }

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

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

 a { background-color: rgb(45,98,99); }

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

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

 span { border-color: rgb(45,98,99); }

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