#2D6163

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

Shades of Oracle #2D6163

Tints of Oracle #2D6163

Color information

#2D6163 (or 0x2D6163) is unknown color: approx Oracle. HEX triplet: 2D, 61 and 63. RGB value is (45,97,99). Sum of RGB (Red+Green+Blue) = 45+97+99=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D6163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6163 is #D29E9C. Grayscale: #515151. Windows color (decimal): -13803165 or 6512941. OLE color: 6512941.

HSL color Cylindrical-coordinate representation of color #2D6163: hue angle of 182.22º 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 #2D6163 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB459799-
CMYK0.550.0200.61
HSL182.22º37.5%28.24%-
HSV(B)182.22º54.55%38.82%-
XYZ7.6110.0113.34-
YUV81.68137.77101.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=18.67%
G=40.25%
B=41.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4597990.550.0200.61182.2237.528.24
Hex2D616337203Db6261c
Octal551411436720752664634
Binary101101110000111000111101111001111011011011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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